Skip to content

Commit 697b1a1

Browse files
committed
Added some build instructions
1 parent 8eaa83b commit 697b1a1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Alice Development Kit
22
---------------------
33

4-
This is a development kit to be used alongside Alice.
4+
This is a development kit to be used alongside Alice.
55

6-
The Devkit consists of an embedded web server that provides a clean interface to
6+
The Devkit consists of an embedded web server that provides a clean interface to
77
all available Entities and Stringtables.
88
In addition some basic game information is included such as heroes picked, current
99
in-game time and the number of messages parsed.
@@ -19,6 +19,14 @@ Requirements
1919
- CMake
2020
- Alice
2121

22+
Building
23+
--------
24+
25+
- Run `git submodule int && git submodule update`
26+
- Install(!) alice to a location of your choice. Compiling alone does not suffice.
27+
- Run `mkdir build && cd build`
28+
- Run `cmake .. -DALICE_ROOT=/absolute/paths/onlycmake -DCMAKE_INSTALL_PREFIX=../dist` (Absolute path!)
29+
- Run `make install`
2230

2331
License
2432
-------

0 commit comments

Comments
 (0)