Skip to content

Commit a02471b

Browse files
Merge branch 'master' into dev
2 parents 0e8b319 + 3f285f1 commit a02471b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

compile.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
phpize
4+
./configure
5+
make clean
6+
make
7+
make install

0 commit comments

Comments
 (0)