Skip to content

Commit 66a113e

Browse files
committed
Update for tclap install
1 parent df40bfe commit 66a113e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@ The same graph can also be generated in the dot format and then rendered with gr
4747
The path for the factorio recipes can be set with the '--dir' option. The default path is the steam linux directory.
4848
Afterwards the path is stored in an ini files and does not need to be given each time.
4949

50-
In order to compile the library you need to call:
50+
In order to compile the library you need to call (and install tclap as an dependency):
5151

5252
~~~
53+
mkdir libs
54+
wget https://sourceforge.net/projects/tclap/files/tclap-1.2.1.tar.gz/download -O tclap-1.2.1.tar.gz
55+
tar xfz tclap-1.2.1.tar.gz
56+
cd ..
5357
mkdir build
5458
cd build
5559
cmake ../

0 commit comments

Comments
 (0)