https://github.com/nakidai/mqec
MQ Emulator in C
https://github.com/nakidai/mqec
Last synced: 2 months ago
JSON representation
MQ Emulator in C
- Host: GitHub
- URL: https://github.com/nakidai/mqec
- Owner: nakidai
- License: bsd-2-clause
- Created: 2024-03-16T10:00:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-17T14:31:37.000Z (about 1 year ago)
- Last Synced: 2024-03-18T12:07:51.077Z (about 1 year ago)
- Language: C
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MQEC
--
Rewrite of [MQA-emulator](https://github.com/UltraQbik/MQA-emulator) in the C.Buidling
--
```sh
mkdir build
cd build
cmake ..
cmake --build .
```