Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 723 Bytes

File metadata and controls

15 lines (12 loc) · 723 Bytes

INSTALL

Build and install with cmake:
- Install cmake.
- Come to root folder, mkdir build && cd build.
- For windows-32: cmake .. -G "Visual Studio 17 2022" -A win32.
- For windows-64: cmake .. -G "Visual Studio 17 2022".
- For Linux: cmake .. -DUNIX_LINUX=1.
- For MAC-OSX/Apple: cmake .. -DUNIX_LINUX=1 -DMACOSX=1.

Video Install/Demo(old way):
- For Windows 10 64bit
- For VM Linux CentOs9 64bit
- For MacOSX 64bit, come to src/mach, and do similar steps of Linux.