From 8d4415460c5914782730227feb2d7dc3d0305cc1 Mon Sep 17 00:00:00 2001 From: MCorange Date: Mon, 2 Jun 2025 16:13:29 +0300 Subject: [PATCH] Add readme, change libname in makefile --- Makefile | 2 +- README.md | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6328dfe..0899e13 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LIB=libc+ +LIB=libcx COM_FLAGS = -fPIC -Isrc/include CC_FLAGS = -std=c23 -ggdb diff --git a/README.md b/README.md index 67c2219..8245de8 100644 --- a/README.md +++ b/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