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

Add instructions on how to building in at LiU computers

parent d80f5d9a
No related branches found
Tags 1.4
No related merge requests found
Pipeline #3817 failed
......@@ -57,6 +57,12 @@ if __name__ == "__main__":
main()
```
# How to build (Windows, LiU computers)
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:
......@@ -64,7 +70,7 @@ First you need to make sure you got all the build dependencies:
* cmake
* Visual Studio 2017 or later (earlier might work, but untested)
* git
* python 3.6 or later (earlier might work, but untested)
* python 3.7 or later (earlier might work, but untested)
Now, you are ready to build the python library:
......
mkdir build
cd build
"C:\Program Files\CMake\bin\cmake" .. -G "Visual Studio 15 Win64"
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