Last updated: September 4th, 2019
This README gives basic information on how to install Render3d from source.
- Cory R Thornsberry
-
Required Prerequisites:
-
Recommended Prerequisites:
- ccmake
- Use
sudo apt-get install cmake-curses-guion Ubuntu
- Use
- Environment Modules
- ccmake
git clone https://github.com/cthornsb/Render3d
cd Render3d
mkdir build
cd build
cmake ..Once CMake has successfully generated the makefile, simply type
make installto compile and install the program.
By default, cmake will install binaries to
Render3d/install/bin
From there you may make symbolic links as required, or simply run the executable in place e.g.
./Render3d/install/bin/renderer