Skip to content

Commit

Permalink
README: Add install instructions
Browse files Browse the repository at this point in the history
Add installation instructions to the build instructions.
  • Loading branch information
mattiasb committed Apr 18, 2021
1 parent ab6163b commit 9432a32
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Then use cmake to build
```shell
$ cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
$ cmake --build build
# Optinal systemwide install (/usr/local/). Use --prefix to override.
$ cmake --install build
```
Use `CMAKE_BUILD_TYPE=Debug` for a debug build

Expand All @@ -82,12 +84,7 @@ Then use cmake to build
```shell
$ cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
$ cmake --build build
# Optinal systemwide install (/usr/local/). Use --prefix to override.
$ cmake --install build
```
Use `CMAKE_BUILD_TYPE=Debug` for a debug build

Finally, copy the resources to a SharedSupport directory and run the executable
```shell
$ mkdir SharedSupport && cd SharedSupport
$ cp -r ../resource SharedSupport/
$ ./magicseteditor
```

0 comments on commit 9432a32

Please sign in to comment.