12 lines
150 B
Bash
Executable File
12 lines
150 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
#ls
|
|
#tar xf v3.4.0
|
|
#ls
|
|
#cd v3.4.0
|
|
|
|
./configure --with-lua-include=/usr/include/luajit-2.0 --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR="$1" install
|