No Description

Ali Rıza KESKİN 0dae43fd9c readme fix 2 years ago
doc 0dae43fd9c readme fix 2 years ago
example 0dae43fd9c readme fix 2 years ago
src 0dae43fd9c readme fix 2 years ago
.gitignore ed010b9565 Added Makefile.am and configure.ac. 3 years ago
LICENSE 0dae43fd9c readme fix 2 years ago
Makefile.am 0dae43fd9c readme fix 2 years ago
autogen.sh 168b5f9a8a fix install.sh 2 years ago
configure.ac 0dae43fd9c readme fix 2 years ago
install.sh 0dae43fd9c readme fix 2 years ago
netinst.sh 0dae43fd9c readme fix 2 years ago
readme.rst 0dae43fd9c readme fix 2 years ago
unibuild.unibuild 0dae43fd9c readme fix 2 years ago
uninstall.sh 0dae43fd9c readme fix 2 years ago
upgrade.sh 0dae43fd9c readme fix 2 years ago

readme.rst

unibuild
========
The universal **build** script system.

Easy install
============

.. code-block:: shell

curl -s https://gitlab.com/sulinos/devel/unibuild/-/raw/master/netinst.sh | bash -s --

for install
===========
Automatic way

.. code-block:: shell

DESTDIR=*your_DESTDIR* bash install.sh

Manual way

.. code-block:: shell

NOCONFIGURE bash autogen.sh
./configure --prefix=/usr
make && make install


Simple usage
============
[TARGET=*your_target*] **unibuild** [*file/url*]

Documentation
=============
Visit https://gitlab.com/sulinos/devel/unibuild/-/blob/master/doc/building.rst