X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=844570068157951e1e369f099161d1ed76058744;hb=refs%2Ftags%2Feel%2F5.0.0;hp=bc0a70e0fe1773fae36d0bcdbae0b10893e1d913;hpb=e000e3b73ee0582882324e504fe2dae7386534f8;p=src%2Fapp-framework-binder.git diff --git a/README.md b/README.md index bc0a70e0..84457006 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,7 @@ This is an undergoing work, publication is only intended for developers to review and provide feedback. ### License -As of today, the code is licensed under GLPv3. While no decision as been taken yet, -it will certainly switch to a different licence: GPLv2, Apache or MIT e.g.. - -Final goal is to keep the engine publicly accessible and modifiable, still allowing people to load non open-source plugins. -The code itself already leverages open-source libraries, including libmicrohttpd & libjson. - -Finally, whatever license is chosen, it should be compatible with dependencies and automotive industry requirements - as the primary target for this code is AGL. +Apache 2 ### Building Building Application Framework Binder has been tested under **Ubuntu 16.04 LTS (Xenial Xerus)** or **Fedora 23**, and requires the following libraries: @@ -67,6 +61,15 @@ $ make; $ sudo make install
``` +### Archive + +``` +VERSION=2.0 +GIT_TAG=master +PKG_NAME=app-framework-binder +git archive --format=tar.gz --prefix=agl-${PKG_NAME}-${VERSION}/ ${GIT_TAG} -o agl-${PKG_NAME}_${VERSION}.orig.tar.gz +``` + ### Testing/Debug ``` $ ${AFB_DAEMON_DIR}/build/src/afb-daemon --help