You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's worth adding information on building with CMake to the documentation and maybe the quick start information. The basic command (from the command line) is:
mkdir build_master/ && cd build_master/ && cmake ../ && make -j
We should also list information on how to select parts of FoX to compile - as outlined by @victorsndvg in #34
The text was updated successfully, but these errors were encountered:
It's worth adding information on building with CMake to the documentation and maybe the quick start information. The basic command (from the command line) is:
We should also list information on how to select parts of FoX to compile - as outlined by @victorsndvg in #34
The text was updated successfully, but these errors were encountered: