Add readme, change libname in makefile
This commit is contained in:
parent
595aeadf7e
commit
8d4415460c
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
LIB=libc+
|
||||
LIB=libcx
|
||||
|
||||
COM_FLAGS = -fPIC -Isrc/include
|
||||
CC_FLAGS = -std=c23 -ggdb
|
||||
|
|
24
README.md
24
README.md
|
@ -1,3 +1,23 @@
|
|||
# C/C++ template
|
||||
# libcx, a C++ standard library but not bloated
|
||||
|
||||
This Library is made by a rust developer that wanted to learn C++ without going insane.
|
||||
So this library has a similar structure to the rust stdlib. Sadly cxx modules still suck,
|
||||
so headers will work for now as this is in heavy development.
|
||||
|
||||
## Building
|
||||
|
||||
Just run `make`, no other library than libc is used as of now. It will create both a static and shared library.
|
||||
I cant guarantee the shared lib working, cuz i dont really use it for now.
|
||||
|
||||
## Contributing
|
||||
|
||||
Just clone it and do the changes, then make a PR. Or even better just DM me on Discord: `@mcorange`
|
||||
|
||||
## License
|
||||
|
||||
See [LICENSE](/LICENSE)
|
||||
|
||||
## Contributors
|
||||
|
||||
Me
|
||||
|
||||
made specifically for xor64 org
|
||||
|
|
Loading…
Reference in New Issue
Block a user