Xurses...
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 kuukautta sitten
123456789101112131415161718192021
  1. # xurses
  2. xurses -- Library for creation of simple programs in terminal.
  3. - Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.
  4. - I don't know what else to write here, program is being done in my free time, so expect more...
  5. Compile:
  6. ```bash
  7. $ sh compile.sh
  8. ```
  9. Install:
  10. ```bash
  11. $ sudo sh install.sh
  12. ```
  13. Testing:
  14. ```bash
  15. $ sh example/testing.sh
  16. ```