Strasser-Pablo/SPH
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Install with Git. -Install git. - type git clone git://github.com/Strasser-Pablo/SPH.git -To update after, type git pull in the SPH directory How To Build: 1) Install dependency 2) Build 1) For UBUNTU: The dependency are cmake libboost-serialization-def libsdl1.2-dev Recomended Git Doxygen To Install: sudo apt-get install git doxygen libboost-serialization-dev libsdl1.2-dev 2) -In the sph directory create a build directory (mkdir build) and go in (cd build) -Use Cmake (cmake ..) -Make (make) The executable will be in the different folder in build. If you have Doxygen the documentation will be found in the doc subfolder.