You MUST have ffmpeg installed in order for the music to work. On MacOS and Linux it should be already installed, if not, please use your package manager. Windows does not come with ffmpeg preinstalled however, I have created an installation script that will do install it for you. It is built in to DungeonCli.py
Already have DungeonCli installed? Check out update instructions.
Recommended methods in bold
Download and run binary | Install script | Using python | Compiling manually | |
---|---|---|---|---|
Stable version | ✔️ | ✔️ | ❌ | ❌ |
Nightly version | ✔️ | ❌** | ✔️ | ✔️ |
Windows support | ❌* | ❌ | ✔️ | ✔️ |
MacOS support | ❌* | ❌*** | ✔️ | ✔️ |
Linux support | ✔️ | ✔️ | ✔️ | ✔️ |
Easy install | ✔️ | ✔️ | ❌ | ❌ |
Quick install | ✔️ | ✔️ | ✔️ | ❌ |
Source editing | ❌ | ❌ | ✔️ | ✔️ |
*builds will be available soon
**nightly support for script availble soon
***macOS support will be added in the near future
(Recommended method)
| Stable builds ![]() |
Nightly builds ![]() |
---|---|---|
Stability | ✔️ | ❌ |
Latest Updates | ❌ | ✔️ |
Windows Builds | ✔️ | ❌ |
MacOS Builds | ✔️ | ❌ |
Linux Builds | ✔️ | ✔️ |
Download the Windows .zip file, extract it and run DungeonCli.exe
I have created an installation script that will automatically install DungeonCli. Simply Run:
curl -s https://raw.githubusercontent.com/daniel071/DungeonCli/master/Scripts/install-linux.sh | sh
NOTE: Root priviledges will be requested in the script as it is required to write to /usr/share/applications/
- Download the binary for your operating system
- Give the binary executable permissions with
chmod +x ./DungeonCli
- Run it with
./DungeonCli
-
Download the .zip file and extract it or type
git clone https://github.com/daniel071/DungeonCli.git
-
Make sure you have Python 3.8.2 installed. If you don't, you can install it from https://www.python.org
-
Make sure you have the dependencies installed with
pip install -r requirements.txt
-
Open the terminal in the directory and type
python DungeonCli.py
(Only for experienced users!)
-
Download the .zip file and extract it or type
git clone https://github.com/daniel071/DungeonCli.git
-
Make sure you have the dependencies installed. These include:
- Python 3.8.2
- Nuitka
- MinGW (Only required on Windows)
-
Run the compile script:
If you're on Linux / Unix, make sure to give compile.sh executable priviledges with
chmod +X ./compile.sh
then run it with./compile.sh
If you're on Windows, runcompilewindows.bat