Welcome to luna.sh 🌙. A shell I am building as I learn C++. Stay tuned!
- This application currently supports only macOS.
- Ensure Conda and Make are installed on your system.
- Create the Conda environment from
luna-environment.yml:
conda env create -f luna-environment.yml- Activate the Conda environment
conda activate luna-env- Build
luna.sh
make all # or `make`- Execute
luna.sh
make luna- Remove build
make cleanTo run in testing mode:
make test