Skip to content

Commit

Permalink
update build scripts for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Mar 6, 2017
1 parent e12817d commit 9e5b518
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BuildTools/ubuntu/build64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ echo "% Building wxWidgets 3.0.2 %"
echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
# sudo apt-get install libgtk2.0-dev libglu1-mesa-dev libgl1-mesa-dev
{
LIB_NAME=wxWidgets-3.0.2
LIB_URL="https://dl.dropboxusercontent.com/u/145979/geoda_libraries/wxWidgets-3.0.2.tar.bz2"
LIB_NAME=wxWidgets-3.1.0
LIB_URL="https://dl.dropboxusercontent.com/u/145979/geoda_libraries/wxWidgets-3.1.0.tar.bz2"

LIB_FILENAME=$(basename "$LIB_URL" ".tar")
LIB_CHECKER=wx-config
Expand Down
4 changes: 2 additions & 2 deletions BuildTools/ubuntu/dep/gdal-1.9.2/GDALmake.opt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ INST_MAN = ${prefix}/share/gdal/man
INST_HTML = $(HOME)/www/gdal

CPPFLAGS = -I$(GDAL_ROOT)/port -I$(GDAL_ROOT)/gcore -I$(GDAL_ROOT)/ogr -I$(GDAL_ROOT)/ogr/ogrsf_frmts -I$(GDAL_ROOT)/alg
CFLAGS = -g -O2 -Wall -Wdeclaration-after-statement $(USER_DEFS)
CXXFLAGS = -g -O2 -Wall $(USER_DEFS)
CFLAGS = -O2 -Wall -Wdeclaration-after-statement $(USER_DEFS)
CXXFLAGS = -O2 -Wall $(USER_DEFS)
LDFLAGS =

RANLIB = ranlib
Expand Down
2 changes: 1 addition & 1 deletion GeoDamake.ubuntu.opt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LIBS = $(WXLIBS) \
$(GEODA_HOME)/libraries/include/boost/stage/lib/libboost_system.a \
$(GEODA_HOME)/libraries/lib/libjson_spirit.a \
-L$(GEODA_HOME)/libraries/lib -lgdal -lcurl -lcares \
-L/usr/lib/x86_64-linux-gnu -lGL -lGLU -lglut -lrt -lidn -lssl -lrtmp
-L/usr/lib/x86_64-linux-gnu -lGL -lGLU -lglut -lrt -lidn -lssl -lrtmp -lwebkitgtk-1.0
# Note: Library -lrtmp causes a missing library problem at runtime on
# Ubuntu 14.10 and later.

Expand Down

0 comments on commit 9e5b518

Please sign in to comment.