Follow the general instructions for Windows, but at step 2 run the batch script called `create-visual-studio-solution-ida-pc.bat` instead of `create-visual-studio-solution.bat`.
If you ever want to make any changes to the library, e.g. adding new features or making bug fixes, it's easier to fork the project before cloning the repository. For instructions on how to fork, see [the gitlab documentation](https://gitlab.liu.se/help/gitlab-basics/fork-project.md).
# How to build (Windows)
First you need to make sure you got all the build dependencies:
...
...
@@ -72,6 +66,8 @@ First you need to make sure you got all the build dependencies:
* git
* python 3.7 or later (earlier might work, but untested)
If you ever want to make any changes to the library, e.g. adding new features or making bug fixes, it's easier to fork the project before cloning the repository. For instructions on how to fork, see [the gitlab documentation](https://gitlab.liu.se/help/gitlab-basics/fork-project.md).
Now, you are ready to build the python library:
1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.ida.liu.se/course-starcraft-ai/pycommandcenter.git`