This website requires JavaScript.
Explore
Help
Sign In
florian
/
libdice
Watch
1
Star
0
Fork
0
You've already forked libdice
Code
Issues
Pull Requests
Releases
Wiki
Activity
8ad34cdf94
libdice
/
build.sh
11 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
add autogen and build scripts for convenience
2018-02-21 10:32:03 +01:00
#!/bin/sh
set
-e
set
-x
cd
"
$(
dirname
"
$0
"
)
"
./autogen.sh
./configure
"
$@
"
add travis.yml for GitHub
2018-02-21 10:49:17 +01:00
make
Reference in New Issue
Copy Permalink