We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a966d9c commit ebe10c6Copy full SHA for ebe10c6
INSTALL.md
@@ -1,17 +1,3 @@
1
2
-To install this toolkit:
3
-
4
-run
5
-```
6
-scripts/check_dependencies.sh
7
8
-to make sure all the prerequisites are installed (and try to follow its
9
-instructions on how to install those prerequisites).
10
11
-Next, do
12
13
-cd src
14
-make
15
16
-to compile the C++ binaries.
+To install this toolkit: type `make`
17
Makefile
@@ -1,5 +1,6 @@
all:
+ scripts/check_dependencies.sh
make -C src
0 commit comments