Skip to content

Commit

Permalink
install script
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkg committed Mar 23, 2016
1 parent 67060b6 commit 1ddb8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ cd build
# Prepare the makefile
cmake -DMAJOR=1 -DMINOR=0 -DPATCH=0 ..
# Run the newly created makefile:
make
make -j 4
# Copy the created binaries in directory:
cp leon ../
cp ./bin/leon ../
# Go back at the installation root directory
cd ..
#toy example
Expand Down

0 comments on commit 1ddb8e0

Please sign in to comment.