Xurses...
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 9 meses
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. ```