An open API service indexing awesome lists of open source software.

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

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
```