Dev Tools v25.1.19
This is a suite of development tools for creating Vircon32 games and programs. This version fixes problems with Unicode file paths under Windows.
How to install:
You should first install the Vircon32 emulator if you don't have it yet. That will already take care of the dependencies, and you will need it to test your programs anyway. After that, choose from the files below to install the Vircon32 development tools on Windows, Linux or MacOS. For the Raspberry Pi 4 use the same process as in Linux Debian. Depending on your operating system, the process to prepare the development tools for use will be different:
Windows:
Just extract the ZIP into any folder. All needed DLL files are already included.
Linux:
Install the DEB or RPM package (depending on your system) using the corresponding commands.
DEB:
Install package:
sudo dpkg -i <package>
Then install the dependencies:
sudo apt-get install -f
RPM:
Use yum to install the package allong with its dependencies:
sudo yum localinstall <package>
Mac:
Extract the compressed file into any folder with write permission.
Then use Hombrew to install the dependencies:
brew install SDL2
brew install libpng
How to execute:
These programs are command line tools, so you will probably want to add the dev tools folder to your execution path, so that game build scripts can find the respective commands (compile, assemble, etc...)