Prerequisites for system:
- Minimum 2Ghz or high cpu+
- Minimum 5GB of disk
- Minimum 2GB of Random Access Memory (RAM)
Install The Rust Programming Language
2
Run cargo install to check if Rust is available on the machine
Navigate to your docs directory where lightd was cloned and run.
3
Use the make file or cargo to run the project.
Building with MakeFiles
Lightd comes with a MakeFile in default. This allows developers and power users to test lightd faster. Make sure your system supports MakeFiles before we start.Running lightd with the MakeFile
Coming soon…