Difference between revisions of "User:DukeEgr93/SNIPR"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
sudo make install | sudo make install | ||
::Sooooo many warnings... | ::Sooooo many warnings... | ||
+ | ** Added lines to bash profile and ran it: | ||
+ | pico ~/.bash_profile | ||
+ | :: and add | ||
+ | export NUPACKHOME=/home/mrg/nupack3.2.2 | ||
+ | export PATH=$PATH":${NUPACKHOME}/bin" | ||
+ | :: Not sure if required since these live on /usr/local | ||
+ | * Start MATLAB from terminal | ||
+ | cd /usr/local/MATLAB/R2017a/bin | ||
+ | ./matlab & | ||
+ | * Check to see if things are working | ||
+ | system('multitubedesign') | ||
+ | :: Failed - |
Revision as of 15:13, 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 sudo make install
- Sooooo many warnings...
- Added lines to bash profile and ran it:
pico ~/.bash_profile
- and add
export NUPACKHOME=/home/mrg/nupack3.2.2 export PATH=$PATH":${NUPACKHOME}/bin"
- Not sure if required since these live on /usr/local
- Start MATLAB from terminal
cd /usr/local/MATLAB/R2017a/bin ./matlab &
- Check to see if things are working
system('multitubedesign')
- Failed -