Minor docs and workflow fixes
This commit is contained in:
parent
0a27a36e97
commit
48b5d98009
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: ubuntu
|
||||
name: Ubuntu
|
||||
|
||||
on:
|
||||
push:
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -1,5 +1,5 @@
|
||||
|
||||
name: windows
|
||||
name: Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -17,8 +17,8 @@ So that being said, we hope that this repository finds you well and wholehearted
|
||||
| OS | Default Compiler | Last Built On | Status |
|
||||
| ----------- | ---------------- | ------------------ | -------- |
|
||||
| **macOS** | Clang++ | `Big Sur 11.0.1` |  |
|
||||
| **Linux** | G++ | `Ubuntu 20.04 LTS` |  |
|
||||
| **Windows** | MinGW (G++) | `Windows 10 19041` |  |
|
||||
| **Linux** | G++ | `Ubuntu 20.04 LTS` |  |
|
||||
| **Windows** | MinGW (G++) | `Windows 10 19041` |  |
|
||||
|
||||
## Getting Started
|
||||
|
||||
@ -123,6 +123,8 @@ Unfortunately **we do not yet have automated project setup configured for Window
|
||||
- It is recommended that your code should go into the `/src` directory, which is automatically included in the compile process when you run `make`.
|
||||
- If you wish to change the program entry point from `/src/main.cpp`, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` no smoke and mirrors!
|
||||
|
||||
---
|
||||
|
||||
## Todo
|
||||
- [x] Get static linking to work with C++ bindings
|
||||
- [x] Setup for at least one compiler on each platform
|
||||
|
Loading…
Reference in New Issue
Block a user