mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
fixes to the build scripts
This commit is contained in:
parent
a6047ab95d
commit
19fa5860bd
2 changed files with 11 additions and 6 deletions
|
@ -16,12 +16,6 @@ for coin in monero wownero;
|
||||||
do
|
do
|
||||||
if [[ ! -f "scripts/monero_c/release/${coin}/$(gcc -dumpmachine)_libwallet2_api_c.so" ]];
|
if [[ ! -f "scripts/monero_c/release/${coin}/$(gcc -dumpmachine)_libwallet2_api_c.so" ]];
|
||||||
then
|
then
|
||||||
git config --global --add safe.directory "*"
|
|
||||||
for i in gcc g++ ar ranlib;
|
|
||||||
do
|
|
||||||
ln -s /usr/bin/$i /usr/bin/aarch64-meego-linux-gnu-$i
|
|
||||||
ln -s /usr/bin/$i /usr/bin/aarch64-linux-gnu-$i
|
|
||||||
done
|
|
||||||
./scripts/linux/build_monero_all.sh
|
./scripts/linux/build_monero_all.sh
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
@ -3,6 +3,17 @@
|
||||||
# adjusted for cake
|
# adjusted for cake
|
||||||
|
|
||||||
zypper in -f -y cmake ffmpeg-tools git clang libxkbcommon-devel wayland-protocols-devel wayland-client wayland-egl-devel make glibc-static
|
zypper in -f -y cmake ffmpeg-tools git clang libxkbcommon-devel wayland-protocols-devel wayland-client wayland-egl-devel make glibc-static
|
||||||
|
|
||||||
|
zypper in -f -y perl-IPC-Cmd curl ccache gperf cmake ffmpeg-tools git clang libxkbcommon-devel wayland-protocols-devel wayland-client wayland-egl-devel make glibc-static
|
||||||
|
|
||||||
|
git config --global --add safe.directory "*"
|
||||||
|
|
||||||
|
for i in gcc g++ ar ranlib;
|
||||||
|
do
|
||||||
|
ln -s /usr/bin/$i /usr/bin/aarch64-meego-linux-gnu-$i
|
||||||
|
ln -s /usr/bin/$i /usr/bin/aarch64-linux-gnu-$i
|
||||||
|
done
|
||||||
|
|
||||||
mkdir -p $HOME/flutter-elinux
|
mkdir -p $HOME/flutter-elinux
|
||||||
git clone https://github.com/sony/flutter-elinux.git $HOME/flutter-elinux/$(uname -m)
|
git clone https://github.com/sony/flutter-elinux.git $HOME/flutter-elinux/$(uname -m)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue