-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
# Samm YT | ||
Smaller projects that don't need their own repositories specificately shown on YouTube | ||
|
||
# build requirements | ||
# Build Requirements | ||
- MAKE | ||
- GCC (I'm using Mingw64) | ||
|
||
# Building | ||
1. Find the folder name of the project you want to compile within the projects folder | ||
2. Compile that project using the command ```make PROJECT=[project you want to compile] OS=[WIN, LINUX, or MACOS (although i've only tested WIN)] [optional: ARCH=[currently just x86 or x64] STATE=[RELEASE or DEBUG] TYPE=[just SOFTWARE for now]] one``` | ||
|
||
# Build Example | ||
```make PROJECT=float_compress OS=WIN one``` | ||
|
||
# Note | ||
none of these projects are done in fact I've been having trouble getting the makefile to work so this is a work in progress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
*.unfinished | ||
*_unfinished | ||
*_unfinished | ||
*.unreleased | ||
*_unreleased |