How to install Miind on a new version of Linux Mint (version 17) with just Chromium installed so far (well also afs and kinit)
Notes for myself and anyone else.
Select the following packages in Synaptic (they will select dependencies too)
~ Install cmake
~ Install cvs
~ Install libboost1.55-all-dev
~ Install swig
~ Install python-dev
~ Install libroot-core-dev through synaptic
~ Install libroot-math-mathmore-dev through synaptic
~ Install libroot-graf2d-postscript-dev through synaptic
~ Install libgtkmm-2.4-dev
~ Install imagemagick
~ Install imagemagick++-dev
~ Install libmagickwand5
~ Install libroot-misc-table-dev
~ Install libroot-io-dev
~ Install root-system-bin
-- should now compile okay--
~ Install root-plugin-io-xml
~ Install root-plugin-hist-histpainter
~ Install root-plugin-graf2d-x11
I installed some other libroot, root-plugin packages that did not seem to affect running but play around with installing more of these if you need to!
Some of the above may install others in the list so some entries may be redundant...!
Install Miind using cmake (from terminal)
Get source from repo. (cvs as on website):
# cvs -d :pserver:anonymous@miind.cvs.sf.net:/cvsroot/miind co -P code in source directory ("code")
# mkdir build
# cd build
# cmake ..
# make
# sudo make install
Find the run file in the code folder in "build/apps/Miind/" (in terminal)
generate a simulation xml file:
# ./miind --g a.xml
run the simulation xml file:
# ./miind a.xml
Remember to remove "#" from terminal commands!
Notes for myself and anyone else.
Select the following packages in Synaptic (they will select dependencies too)
~ Install cmake
~ Install cvs
~ Install libboost1.55-all-dev
~ Install swig
~ Install python-dev
~ Install libroot-core-dev through synaptic
~ Install libroot-math-mathmore-dev through synaptic
~ Install libroot-graf2d-postscript-dev through synaptic
~ Install libgtkmm-2.4-dev
~ Install imagemagick
~ Install imagemagick++-dev
~ Install libmagickwand5
~ Install libroot-misc-table-dev
~ Install libroot-io-dev
~ Install root-system-bin
-- should now compile okay--
~ Install root-plugin-io-xml
~ Install root-plugin-hist-histpainter
~ Install root-plugin-graf2d-x11
I installed some other libroot, root-plugin packages that did not seem to affect running but play around with installing more of these if you need to!
Some of the above may install others in the list so some entries may be redundant...!
Install Miind using cmake (from terminal)
Get source from repo. (cvs as on website):
# cvs -d :pserver:anonymous@miind.cvs.sf.net:/cvsroot/miind co -P code in source directory ("code")
# mkdir build
# cd build
# cmake ..
# make
# sudo make install
Find the run file in the code folder in "build/apps/Miind/" (in terminal)
generate a simulation xml file:
# ./miind --g a.xml
run the simulation xml file:
# ./miind a.xml
Remember to remove "#" from terminal commands!
No comments:
Post a Comment