-
Notifications
You must be signed in to change notification settings - Fork 11
Programming environment
boris-shurygin edited this page Oct 1, 2014
·
1 revision
For the purpose of compile/run issues reproducability it is strongly recommended to use the common environment for the programming task implementation
Ubuntu 12.04.1 download You can install it native or under virtual machine.
The tools needed are the following G++ 4.6.3, libboost 1.48.0, svn 1.6.17, flex 2.5.37 You can get them with command line:
sudo apt-get install libboost-all-dev g++ subversion flex make