Skip to content

heliumhydride/neptunium-build

Repository files navigation

Neptunium

A handy development environment for Windows 7+

Using Neptunium

System requirements

  • An x86/arm64 device with Windows 7 or over
  • 7-Zip or WinRAR to decompress

Running

  • 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

Building neptunium

Build requirements

  • 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)

The building process

  • Clone this repository: git clone https://github.com/heliumhydride/neptunium-build
  • Go into the neptunium-builddirectory
  • To build for amd64 architecture (corresponds to x86_64), run ./build.sh -a amd64
  • (Run ./build.sh -h to see available architectures, build options, ...)

Credits

  • 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

About

Script to build a neptunium development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages