File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Alice Development Kit
2
2
---------------------
3
3
4
- This is a development kit to be used alongside Alice.
4
+ This is a development kit to be used alongside Alice.
5
5
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
7
7
all available Entities and Stringtables.
8
8
In addition some basic game information is included such as heroes picked, current
9
9
in-game time and the number of messages parsed.
@@ -19,6 +19,14 @@ Requirements
19
19
- CMake
20
20
- Alice
21
21
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 `
22
30
23
31
License
24
32
-------
You can’t perform that action at this time.
0 commit comments