Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Feb 22, 2024
1 parent d16fa5f commit 50431ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ ./autogen.sh && \
### Install dependencies

```
sudo port install boost
sudo port install boost
brew install \
libtool \
gdal \
Expand Down
6 changes: 3 additions & 3 deletions setup/install-macos-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with Underpass. If not, see <https://www.gnu.org/licenses/>.

echo "Installing dependencies ..."
sudo port install boost
sudo port install boost
brew install \
libtool \
gdal \
Expand Down Expand Up @@ -51,8 +51,8 @@ ln -s /usr/local/lib/libboost_filesystem.dylib .libs
ln -s /usr/local/lib/libboost_log.dylib .libs
ln -s /usr/local/lib/libboost_program_options.dylib .libs
ln -s /usr/local/lib/libboost_iostreams.dylib .libs
ln -s /usr/local/lib/libboost_thread.dylib .libs
ln -s /usr/local/lib/libboost_serialization.dylib .libs
ln -s /usr/local/lib/libboost_thread.dylib .libs
ln -s /usr/local/lib/libboost_serialization.dylib .libs
ln -s /usr/local/lib/libboost_regex.dylib .libs

echo "Done! now you may want to initialize the database with the bootstrap script"
2 changes: 1 addition & 1 deletion setup/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with Underpass. If not, see <https://www.gnu.org/licenses/>.

echo "Installing dependencies ..."
sudo port install boost
sudo port install boost
brew install \
libtool \
gdal \
Expand Down
2 changes: 1 addition & 1 deletion setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sudo apt-get update \
echo "Setting up build ..."
cd ..
./autogen.sh && mkdir build && cd build && ../configure
echo "Building ..."
make -j$(nproc) && sudo make install
Expand Down

0 comments on commit 50431ad

Please sign in to comment.