https://github.com/nulladmin1/mp2extracredit
sigma sigma boy sigma boy sigma boy
https://github.com/nulladmin1/mp2extracredit
Last synced: 3 months ago
JSON representation
sigma sigma boy sigma boy sigma boy
- Host: GitHub
- URL: https://github.com/nulladmin1/mp2extracredit
- Owner: nulladmin1
- Created: 2024-12-20T17:16:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T16:15:42.000Z (about 1 year ago)
- Last Synced: 2025-01-20T22:18:08.854Z (about 1 year ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP2 Extra Credit (C++)
## Run
### Nix
```bash
nix run
```
### CMake
- Make a temporary `build/` directory
```bash
mkdir build/
```
- Go into the temporary directory
```bash
cd build/
```
- Make the `Makefile` and other stuff needed for `make` using `CMake`
```bash
cmake ..
```
- Run `make` to build the project
```bash
make
```
- Run the `mp2ec` program
```bash
./src/mp2ec
```