Skip to content
Snippets Groups Projects
Commit 525c3e07 authored by David Bergström's avatar David Bergström
Browse files

Fix error

parent b21722f8
Branches
Tags
No related merge requests found
...@@ -66,9 +66,7 @@ First you need to make sure you got all the build dependencies: ...@@ -66,9 +66,7 @@ First you need to make sure you got all the build dependencies:
Now, you are ready to build the python library: Now, you are ready to build the python library:
1. Open up a terminal, download the source code using the command: `git clone 1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.ida.liu.se/starcraft-api/pycommandcenter.git`
--recurse-submodules
https://gitlab.ida.liu.se/starcraft-api/pycommandcenter.git`
2. Next, open the repository in your file viewer and run the batch script 2. Next, open the repository in your file viewer and run the batch script
called `create-visual-studio-solution.bat` in order to use cmake to create a called `create-visual-studio-solution.bat` in order to use cmake to create a
Visual studio solution Visual studio solution
...@@ -88,9 +86,7 @@ Now, you are ready to build the python library: ...@@ -88,9 +86,7 @@ Now, you are ready to build the python library:
Same dependencies applies as for Windows, although you don't need Visual Same dependencies applies as for Windows, although you don't need Visual
Studio. Studio.
1. Open up a terminal, download the source code using the command: `git clone 1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.ida.liu.se/starcraft-api/pycommandcenter.git`
--recurse-submodules
https://gitlab.ida.liu.se/starcraft-api/pycommandcenter.git`
2. Next, enter the directory and run the command `mkdir build` followed by `cd 2. Next, enter the directory and run the command `mkdir build` followed by `cd
build` and `cmake ..` in order to create the makefiles needed for building the build` and `cmake ..` in order to create the makefiles needed for building the
library. library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment