Skip to content

Using Nectar: Building The Nectar Kits

Amlal El Mahrouss edited this page Mar 8, 2026 · 1 revision

Building The Nectar Kits

Abstract:

Let's choose CompilerKit as an example - this applies for the DebuggerKit as well.

Requirements

  • NeBuild
  • Modern C++ Toolchain
  • Boost C++ Libraries (1.87.0) (Use homebrew on Mac)

Steps

  • Clone the repository
  • Go to the repository (via cd nectar)
  • Head to /src/CompilerKit
  • Choose which platform to build osx or posix (run this as sudo)
  • And you should be good to go, you can build what's inside /src/CommandLine now.

Clone this wiki locally