Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the installation instructions #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Detailed explanation [here](https://preshing.com/20170511/how-to-build-a-cmake-b
`./install.sh`

### On Windows with CMake GUI and Visual Studio
- Install the right SFML version or compile it (see [this](https://www.sfml-dev.org/tutorials/2.5/start-vc.php))
- Install the right SFML version or compile it. To try out SFML separately see [this](https://www.sfml-dev.org/tutorials/2.5/start-vc.php) but for now you only need to download the correct version and extract the SFML directory into this project.
- Run CMake
- Select the repo location
- Select the repo location and the SFML location. The SFML location is something like `SFML-2.5.1-windows-vc15-64-bit/SFML-2.5.1/lib/cmake/SFML`.

![Cmake 1](https://github.com/johnBuffer/AntSimulator/blob/master/img/cmake_1.PNG)
- Click on `Configure`, if you have installed the `x64` version of SFML, in the pop up window select `x64` in the `Optionnal platform for generator` drop down
Expand Down