-
Notifications
You must be signed in to change notification settings - Fork 208
Source Code Setup: BlackArch Linux
Morsmalleo edited this page Aug 4, 2023
·
1 revision
Required for Decompiling, Building and Signing.
sudo pacman -Sy jdk11-openjdk
Required to install dependencies and run the application.
sudo pacman -Sy nodejs npm
Required for Signing
32bit Linux Only
sudo pacman -Sy zipalign
Required for Git Cloning
sudo pacman -Sy git
- 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_linux
- Launch AhMyth using the
ahmyth
system shortcut command created by the installer or by running thestart_linux
file
ahmyth
./start_linux
- 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 by usingnpm
npm install [email protected]
- Launch AhMyth by using
npm
npm start
npx electron ./app --no-sandbox start
- This setup Guide was written for BlackArch Linux and other pacman based distro's.