Skip to content
Snippets Groups Projects
Commit 8d5d4ef0 authored by Vineet Vasishta Eranki's avatar Vineet Vasishta Eranki
Browse files

Update README.md

parent 41fa0336
Branches main
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ Now, to build the library do the following:
3. run CMake with the following flags:
* Windows: `cmake .. -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo`
* Linux: `cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo`
4. build the library: `cmake --build .`
4. build the library: `cmake --build .` or `make -j4`
If everything worked fine, you should now have the file `libPathfinder.so` or `libPathfinder.dll` in your directory.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment