-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Yin Cheang Ng edited this page Dec 19, 2024
·
1 revision
Before you can build and run the FASTSolver, you need to have the following software installed on your system:
- GCC or any compatible C/C++ compiler
- CMake
- Make
Follow these steps to install and build the project:
-
Clone the repository:
git clone https://github.com/Yin169/FASTSolver.git cd FASTSolver
-
Create a build directory and navigate to it:
mkdir build cd build
-
Run CMake to configure the project:
cmake ..
-
Build the project using Make:
make
Once the project is built, you can run the solver using the following command:
./build/solver_executable [options]