Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.46 KB

JanD

chat on discord

A process manager made in C# with NativeAOT in mind.

Usage

See documentation at jand.jan0660.dev.

Installation

OS Methods
Windows CI
Linux CI
MacOS CI

other distro-specific instructions

Compiling from source

For building with NativeAOT make sure you fill the prerequisites first.

git clone https://github.com/Jan0660/JanD.git
cd JanD/JanD
# for more RIDs available other than linux-x64 see https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#using-rids
dotnet publish -r linux-x64 -c release
# compiled binary is now available at ./bin/release/net5.0/linux-x64/publish/JanD