From 44e3a01b33e6adddd702cd39ba8540feed710d18 Mon Sep 17 00:00:00 2001 From: Shiva Reddy Date: Thu, 14 Nov 2019 12:09:21 +0530 Subject: [PATCH] Changes in readme for building in Ubuntu --- BuildTools/ubuntu/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BuildTools/ubuntu/readme.md b/BuildTools/ubuntu/readme.md index cbdbb8967..abe772dc2 100644 --- a/BuildTools/ubuntu/readme.md +++ b/BuildTools/ubuntu/readme.md @@ -49,8 +49,9 @@ Build machine assumptions: 3. cd to ~/geoda/BuildTools/ubuntu -4. run ./build**64**.sh to download and build GeoDa and everything it depends upon ---you need to manually build ogr plugins +4. run ./build_**version**.sh to download and build GeoDa and everything it depends upon +--you need to manually build ogr plugins. +e.g. for ubuntu bionic versoin run ./build_bionic.sh 5. Package GeoDa for distribution / installation. -- run create_deb.sh, you will find dep package geoda*.deb in current directory