Modify scripts a bit so it can compile on Arch (btw)

This commit is contained in:
pokkst 2023-07-09 11:52:17 -05:00
parent e7ad8053b6
commit 3023a845f1
No known key found for this signature in database
GPG Key ID: 90C2ED85E67A50FF
5 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@
## Building:
1. Clone the Monero repo required for this app to function. A specific fork for UTXO management is hosted here: http://git.mynero.i2p/pokkst/monero.git
Clone a specific branch, and shorten I2P download time with `git clone -b release-v0.18.1.2-mynero --single-branch --depth 1 http://git.mynero.i2p/pokkst/monero.git`
1. Clone the Monero repo required for this app to function. A specific fork for UTXO management is hosted here: http://4hsesnr6mjb4qrflgf5gezjaszzoqnnisin7ywzbsv6pgcxysiaq.b32.i2p/pokkst/monero.git
Clone a specific branch, and shorten I2P download time with `git clone -b release-v0.18.2.2-mysu --single-branch --depth 1 http://4hsesnr6mjb4qrflgf5gezjaszzoqnnisin7ywzbsv6pgcxysiaq.b32.i2p/pokkst/mynero/pokkst/monero.git`
2. Change current directory to the monero repo: `cd monero`

View File

@ -1,6 +1,6 @@
FROM debian:stable
RUN set -x && apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python libtool libtinfo5
RUN set -x && apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python-is-python3 libtool libtinfo5
WORKDIR /opt/android
## INSTALL ANDROID SDK

View File

@ -1,6 +1,6 @@
FROM debian:stable
RUN set -x && apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python libtool libtinfo5
RUN set -x && apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python-is-python3 libtool libtinfo5
WORKDIR /opt/android
## INSTALL ANDROID SDK

View File

@ -1,6 +1,6 @@
FROM debian:stable
RUN set -x && apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python libtool libtinfo5
RUN set -x && apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python-is-python3 libtool libtinfo5
WORKDIR /opt/android
## INSTALL ANDROID SDK

View File

@ -1,6 +1,6 @@
FROM debian:stable
RUN set -x && apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python libtool libtinfo5
RUN set -x && apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python-is-python3 libtool libtinfo5
WORKDIR /opt/android
## INSTALL ANDROID SDK