Skip to content

Commit

Permalink
Create c2p.compile
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoAcidic authored Nov 18, 2018
1 parent b8aac41 commit 7267ecf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/c2p/c2p.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
# this file contains all commands to compile and install the daemon

./autogen.sh
chmod u+x src/leveldb/build_detect_platform
./configure
make install

0 comments on commit 7267ecf

Please sign in to comment.