1 KiB
1 KiB
nbteditor
A fully featured NBT Editor
Features
- NBT
- SNBT
- GUI
Build
The following is the build instructions for this project.
Linux
- Install Flutter and add it to your path.
- Run the command:
flutter build linux
Windows
- Install Flutter and add it to your path.
- Run the command:
flutter build windows
- (OPTIONAL) Installer - skip if not desired
- To build the installer you will need Inno Setup installed.
- Add the path you installed IS to your path.
- Run compile.bat to both build and generate the setup file which will be placed into the out folder.
MacOS
- Install Flutter and add it to your path.
- Install XCode
- Install any necessary command line developer tools from XCode
- Developer mode?
- Run the command?
flutter build mac
orflutter build macos
Testing needed I do not own a Mac, testing by a Mac user will be required.