You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Lightstorm (working name)
2
2
3
-
Simplified version of Firestorm targeting C instead of machine code directly.
3
+
Simplified version of [Firestorm](https://www.youtube.com/watch?v=NfMX-dFMSr0) targeting C instead of machine code directly.
4
4
5
-
## Local Build Setup
5
+
## Development Setup
6
+
7
+
You can either use a codespace or a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers). For a local setup, follow the steps below.
6
8
7
9
### Install Dependencies
8
10
@@ -14,7 +16,7 @@ On macOS:
14
16
brew install ninja cmake hyperfine llvm@19
15
17
```
16
18
17
-
On Ubuntu 24.04:
19
+
On Ubuntu:
18
20
19
21
```bash
20
22
sudo apt-get install ninja-build cmake
@@ -28,7 +30,9 @@ To install LLVM 19 follow the instructions [here](https://apt.llvm.org).
0 commit comments