readme.rst 610 B

123456789101112131415161718192021222324252627282930313233343536
  1. unibuild
  2. ========
  3. The universal **build** script system.
  4. Easy install
  5. ============
  6. .. code-block:: shell
  7. curl -s https://gitlab.com/sulinos/devel/unibuild/-/raw/master/netinst.sh | bash -s --
  8. for install
  9. ===========
  10. Automatic way
  11. .. code-block:: shell
  12. DESTDIR=*your_DESTDIR* bash install.sh
  13. Manual way
  14. .. code-block:: shell
  15. NOCONFIGURE bash autogen.sh
  16. ./configure --prefix=/usr
  17. make && make install
  18. Simple usage
  19. ============
  20. [TARGET=*your_target*] **unibuild** [*file/url*]
  21. Documentation
  22. =============
  23. Visit https://gitlab.com/sulinos/devel/unibuild/-/blob/master/doc/building.rst