FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Atlas/bootstrap.sh at master · JavaDevelopRep/Atlas · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaDevelopRep
/
Atlas
Public
forked from
Qihoo360/Atlas
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Atlas
/
bootstrap.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
5 lines (5 loc) · 346 Bytes
Breadcrumbs
Atlas
/
bootstrap.sh
Copy path
File metadata and controls
executable file
·
5 lines (5 loc) · 346 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
#!
/bin/sh
base=
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
)
cd
$base
export
LD_LIBRARY_PATH=/usr/local/lib:
$LD_LIBRARY_PATH
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-mysql=/usr --prefix=/usr/local/mysql-proxy CFLAGS=
"
-DHAVE_LUA_H -O2
"
LDFLAGS=
"
-lm -ldl -lcrypto -ljemalloc
"
LUA_CFLAGS=
"
-I/usr/local/include/
"
LUA_LIBS=
"
-L/usr/local/lib -llua
"
Back
|
FazBrowse Home
|
New Git URL