Skip to content

Commit

Permalink
Marathon: update to 2023-11-25
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Nov 26, 2023
1 parent d6ab69c commit e21cfed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/Marathon/install
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

version=20230529
version=20231125

#made according to the instructions from the developer, but was not originally created for the Pi
#https://github.com/Aleph-One-Marathon/alephone/wiki/Linux%20Install%20Instructions

install_packages libboost-all-dev libsdl2-dev libglu1-mesa-dev \
libsdl2-image-dev libsdl2-net-dev libsdl2-ttf-dev \
libspeexdsp-dev libzzip-dev libavcodec-dev libavformat-dev \
libsdl2-image-dev libsdl2-net-dev libsdl2-ttf-dev libsndfile1-dev \
libspeexdsp-dev libzzip-dev libavcodec-dev libavformat-dev libopenal-dev \
libavutil-dev libswscale-dev libswresample-dev libpng-dev libcurl4-openssl-dev libminiupnpc-dev build-essential unzip || exit 1

# print installed sdl2 package versions for debugging
Expand Down
2 changes: 2 additions & 0 deletions apps/Marathon/uninstall
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ rm -rf $HOME/AlephOneData
#executable file
sudo rm -rf /usr/local/bin/alephone /usr/local/share/AlephOne /usr/local/share/mime/packages/alephone.xml

purge_packages || exit 1

status_green "You just uninstalled the Aleph One app, but it's not completely gone yet.
Save files and configs are in the $HOME/.alephone folder"

0 comments on commit e21cfed

Please sign in to comment.