Difference between revisions of "User:DukeEgr93/SNIPR"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
** After installation, stop the machine and remove the optical ISO if need be | ** After installation, stop the machine and remove the optical ISO if need be | ||
* Used Firefox to connect to MATLAB and installed R2017a with "sudo ./install" to have access to folders; MATLAB and Simulink only | * Used Firefox to connect to MATLAB and installed R2017a with "sudo ./install" to have access to folders; MATLAB and Simulink only | ||
+ | * [http://www.nupack.org/downloads NUPACK] | ||
+ | ** Registered | ||
+ | ** Downloaded and opened with archive manager | ||
+ | ** Extracted to /home/ID | ||
+ | ** Installed cmake with sudo apt install cmake | ||
+ | ** Installed g++ with sudo apt install g++ | ||
+ | ** Change to nupack folder, make build, change to build, | ||
+ | sudo cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ../ | ||
+ | sudo make | ||
+ | ::Sooooo many warnings... |
Revision as of 15:04, 22 February 2021
- Installed VirtualBox 6.1.18 from [1] using all defaults
- Created a machine in VirtualBox Manager using New; 4 GB Ram; 100 GB VDI drive fixed size for speed
- Downloaded Ubuntu from Ubuntu and installed it
- After installation, stop the machine and remove the optical ISO if need be
- Used Firefox to connect to MATLAB and installed R2017a with "sudo ./install" to have access to folders; MATLAB and Simulink only
- NUPACK
- Registered
- Downloaded and opened with archive manager
- Extracted to /home/ID
- Installed cmake with sudo apt install cmake
- Installed g++ with sudo apt install g++
- Change to nupack folder, make build, change to build,
sudo cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ../ sudo make
- Sooooo many warnings...