2012-10-27 17:44:05 +02:00
|
|
|
build
|
2012-10-29 10:04:29 +01:00
|
|
|
=====
|
2012-10-27 17:44:05 +02:00
|
|
|
|
2013-04-26 09:27:19 +02:00
|
|
|
`lutin` is a generic package maker is a FREE software tool.
|
2012-10-27 17:44:05 +02:00
|
|
|
|
|
|
|
Instructions
|
|
|
|
============
|
|
|
|
|
2013-04-26 09:27:19 +02:00
|
|
|
This is a tool to generate the binary, shared library, static library and package independently of the OS
|
|
|
|
This tool can generate package for Linux, MacOs, Android
|
2012-10-27 17:44:05 +02:00
|
|
|
|
|
|
|
|
2013-04-26 09:27:19 +02:00
|
|
|
Create a lutin module
|
|
|
|
=====================
|
2012-10-27 17:44:05 +02:00
|
|
|
|
2013-04-26 09:27:19 +02:00
|
|
|
Set the lutin module maker with the name :
|
|
|
|
lutin_xxxxx.py
|
|
|
|
xxx : represent the name of the module/binary/package and must be lower case and no special characters
|
2012-10-27 17:44:05 +02:00
|
|
|
|
2013-04-26 09:27:19 +02:00
|
|
|
you can see exemple for some type in :
|
|
|
|
ewol : library
|
|
|
|
edn : package
|
|
|
|
glew : prebuild
|
2012-10-29 09:53:12 +01:00
|
|
|
|
2014-08-09 23:55:31 +02:00
|
|
|
License (APACHE v2.0)
|
|
|
|
=====================
|
|
|
|
|
|
|
|
Copyright lutin Edouard DUPIN
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
|