We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1e6b3 commit bb9111cCopy full SHA for bb9111c
build.bat
@@ -1,9 +1,4 @@
1
2
-rem - clone code
3
-rem git clone https://github.com/brinkqiang/dmlua.git
4
-rem pushd dmlua
5
-rem git submodule update --init --recursive
6
-
7
rmdir /S /Q build
8
mkdir build
9
pushd build
build.sh
@@ -5,12 +5,6 @@
# yum -y install gcc gcc-c++ autoconf libtool automake make
#
-# - clone code
-# git clone https://github.com/brinkqiang/dmlua.git
10
-# pushd dmlua
11
-# git submodule update --init --recursive
12
-#
13
14
# pushd thirdparty/depends_path
15
# libtoolize && aclocal && autoheader && autoconf && automake --add-missing
16
# sh configure
0 commit comments