From 3023a845f1e6287f63c7e1bf5f6df775bdea6ae0 Mon Sep 17 00:00:00 2001 From: pokkst Date: Sun, 9 Jul 2023 11:52:17 -0500 Subject: [PATCH] Modify scripts a bit so it can compile on Arch (btw) --- doc/BUILDING-external-libs.md | 4 ++-- external-libs/android32.Dockerfile | 2 +- external-libs/android32_x86.Dockerfile | 2 +- external-libs/android64.Dockerfile | 2 +- external-libs/android64_x86.Dockerfile | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/BUILDING-external-libs.md b/doc/BUILDING-external-libs.md index b16af80..cbd3f4e 100644 --- a/doc/BUILDING-external-libs.md +++ b/doc/BUILDING-external-libs.md @@ -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` diff --git a/external-libs/android32.Dockerfile b/external-libs/android32.Dockerfile index 83d68a5..b70407c 100644 --- a/external-libs/android32.Dockerfile +++ b/external-libs/android32.Dockerfile @@ -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 diff --git a/external-libs/android32_x86.Dockerfile b/external-libs/android32_x86.Dockerfile index f6207ec..cb71a85 100644 --- a/external-libs/android32_x86.Dockerfile +++ b/external-libs/android32_x86.Dockerfile @@ -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 diff --git a/external-libs/android64.Dockerfile b/external-libs/android64.Dockerfile index 872ded6..2bb0ef9 100644 --- a/external-libs/android64.Dockerfile +++ b/external-libs/android64.Dockerfile @@ -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 diff --git a/external-libs/android64_x86.Dockerfile b/external-libs/android64_x86.Dockerfile index d0b70b6..55b2c27 100644 --- a/external-libs/android64_x86.Dockerfile +++ b/external-libs/android64_x86.Dockerfile @@ -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