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

https://github.com/linkdd/psim-c


https://github.com/linkdd/psim-c

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PSim C implementation

Build and run:

```
$ mkdir __build__
$ cd __build__
$ cmake .. -DDEBUG=1 -G "MinGW Makefiles"
$ make -j4
$ ./psim.exe
```