Skip to content
Inkeliz edited this page Mar 20, 2018 · 9 revisions

Before following this guide, make sure that you have installed the basic stuff:

  • Golang
  • Git
  • Mingw-w64

To install the Sciter:

  1. Download the Sciter
  2. Copy the bin\64\sciter.dll into your %WINDIR%\System32

To compile the Nanollet:

  1. go get -u github.com/BrokenByDefault/Nanollet
  2. go generate
  3. go build

If you want to hide the console and make everything more compact, you should use the command instead:

go build -a -ldflags "-H=windowsgui -s -w"
Clone this wiki locally