-
Notifications
You must be signed in to change notification settings - Fork 204
Source Code Setup: Debian GNU Linux
Morsmalleo edited this page Jan 14, 2023
·
18 revisions
Required for Decompiling, Building and Signing.
sudo apt-get install openjdk-11-jdk* -y
Required to run the Application.
sudo apt-get install openjdk-11-jdk* -y
Required for the Binding feature
Installed By Default for all GNU/Linux Distro's
sudo apt-get install findutils* -y
Required for Signing
32bit Linux Only
sudo apt-get install zipalign -y
Required for Git Cloning
sudo apt-get install git -y
- Download a copy of the AhMyth source code as a
.zip
archive or usegit clone
to obtain a copy.
git clone https://GitHub.com/Morsmalleo/AhMyth
- Open up a New terminal (or use your current terminal if you used
git clone
) and change directories to theAhMyth/AhMyth-Server
directory
cd path/to/AhMyth/AhMyth-Server
- Run the
autoinstall
file
sudo ./autoinstall
- Launch AhMyth using either the System Shortcut command below created by the installer, or by using the Launcher in the Applications Menu.
ahmyth
- Download a copy of the AhMyth source code as a
.zip
archive or usegit clone
to obtain a copy.
git clone https://GitHub.com/Morsmalleo/AhMyth
- Open up a New terminal (or use your current terminal if you used
git clone
) and change directories to theAhMyth/AhMyth-Server
directory
cd path/to/AhMyth/AhMyth-Server
- Install electron v11.0.0 locally inside the
AhMyth-Server
directory usingnpm
npm install electron@11.0.0
- Launch AhMyth using
npm
.
npm start
npx electron ./app --no-sandbox start
-
if any problems with the Linux Binaries for Debian arise then please open an issue ticket immediately
-
This setup Guide was written for Debian GNU/Linux