gmod-lcpu/README.md

18 lines
575 B
Markdown
Raw Normal View History

2023-07-16 01:58:32 -04:00
# LCPU
LCPU is an alternative CPU core addon for GMod/Wiremod.
It provides:
- A standard RISC-V architechure (rv32ima) CPU core, implemented in native code
- No wiremod native code embargos here!
- Interoperation with the Wiremod addon (and addons which implement Wiremod integration)
2023-07-16 01:58:32 -04:00
2023-07-16 06:20:11 -04:00
# Building Native Module
2023-07-16 01:58:32 -04:00
TODO: Steps to build the LCPU native module on Windows and Linux
2023-07-16 06:20:11 -04:00
# Installation
This repository is set up in the exact directory structure to be a Legacy Addon; therefore once you have built the native module (TODO), adding it to a server should work fine.