A handy development environment for Windows 7+
- Download a 7z file from the releases page according to your architecture
- Extract it to the root of any drive (C:/, D:/, ...)
- If 7-Zip / WinRAR asks you if you want to replace files, say 'No to All'
- Run neptunium.cmd in the extracted directory
- A Unix-like environment like Linux, MSYS2, FreeBSD, w64devkit, ... (Or Neptunium itself lol)
- GNU make
- p7zip, tar, gzip, xz, unzip
- A mingw toolchain (gcc or llvm)
- Clone this repository:
git clone https://github.com/heliumhydride/neptunium-build
- Go into the
neptunium-build
directory - To build for
amd64
architecture (corresponds tox86_64
), run./build.sh -a amd64
- (Run
./build.sh -h
to see available architectures, build options, ...)
- w64devkit, a few files from this project are used and the main inspiration for this project
- llvm-mingw, half of what makes this project possible
- busybox-w32, the other half of what makes this project possible