Skip to content

Commit

Permalink
add_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphop committed May 22, 2018
1 parent 41188d0 commit f153a14
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions INSTALL.linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# LINUX INSTALL

## FAST COMPILE

just a simple example

./autogen.sh
./configure --disable-docs
make
./utils/stip_all

6 changes: 6 additions & 0 deletions utils/strip_all
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

## hyphop ##

find mega* -exec strip {} \;

0 comments on commit f153a14

Please sign in to comment.