Add readme, change libname in makefile

This commit is contained in:
Gvidas Juknevičius 2025-06-02 16:13:29 +03:00
parent 595aeadf7e
commit 8d4415460c
Signed by: MCorange
GPG Key ID: 5BE6B533CB76FE86
2 changed files with 23 additions and 3 deletions

View File

@ -1,4 +1,4 @@
LIB=libc+
LIB=libcx
COM_FLAGS = -fPIC -Isrc/include
CC_FLAGS = -std=c23 -ggdb

View File

@ -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