blob: 7e0753ec5fcc09e5d158496698c094b9976fc66d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# runc
Execute source files based on a static configuration
## Building
First make sure you have [extlib](https://codeberg.org/axtlos/extlib) installed.
```sh
./configure
make
```
## Usage
`runc /path/to/code`
Example configurations are located in the `config` folder, runc reads two config directories, `/etc/runc.d` and `~/.config/runc`.
The configuration has three valid fields:
- `compiler`, the compiler command (required)
- `args`, compiler arguments (optional)
- `fileext`, the source file extension (required)
|