1. Fixed path to monero.git.

2. Replaced "bitmonero" with "monero" on variables.
3. Spelling fix.
This commit is contained in:
Randi Joseph 2016-09-24 15:26:38 -04:00
parent 702a8197d0
commit 6d24e82bb5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ pushd $(pwd)
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
MONERO_DIR=monero
if [ ! -d $MONERO_DIR ]; then
if [ ! -d $MONERO_DIR ]; then
$SHELL get_libwallet_api.sh
fi

View file

@ -37,7 +37,7 @@ pushd $MONERO_DIR/build/release
platform=$(get_platform)
if [ "$platform" == "darwin" ]; then
# Do something under Mac OS X platform
# Do something under Mac OS X platform
echo "Configuring build for MacOS.."
cmake -D CMAKE_BUILD_TYPE=Release -D STATIC=ON -D BUILD_GUI_DEPS=ON -D INSTALL_VENDORED_LIBUNBOUND=ON -D CMAKE_INSTALL_PREFIX="$MONERO_DIR" ../..
elif [ "$platform" == "linux" ]; then