mirror of
https://github.com/Ed94/perfaware.git
synced 2026-08-14 11:28:08 +00:00
Configured the project to begin working on part one.
This commit is contained in:
@@ -1,2 +1,16 @@
|
||||
# perfaware
|
||||
Homework for Casey's Performance Aware Programming course
|
||||
Homework for Casey's [Performance Aware Programming course](https://www.computerenhance.com/p/table-of-contents)
|
||||
|
||||
[Material Source](https://github.com/cmuratori/computer_enhance)
|
||||
|
||||
Thirdparty Libraries:
|
||||
* [zpl](https://github.com/zpl-c) - Used instead of the C/C++ standard library.
|
||||
|
||||
Tools:
|
||||
* [scoop](https://scoop.sh) : Windows package manager
|
||||
* clang : C/C++ compiler
|
||||
```scoop install llvm```
|
||||
* meson : Build system
|
||||
```scoop install meson```
|
||||
* nasm : x86 Assembler
|
||||
```scoop install nasm```
|
||||
|
||||
Reference in New Issue
Block a user