#------------------------------------------------------------------------------ #-- This file is a part of the libuc, microcontroler library #-- Copyright (C) 2012, Alexis Jeandet #-- #-- This program is free software; you can redistribute it and/or modify #-- it under the terms of the GNU General Public License as published by #-- the Free Software Foundation; either version 3 of the License, or #-- (at your option) any later version. #-- #-- This program is distributed in the hope that it will be useful, #-- but WITHOUT ANY WARRANTY; without even the implied warranty of #-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #-- GNU General Public License for more details. #-- #-- You should have received a copy of the GNU General Public License #-- along with this program; if not, write to the Free Software #-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #------------------------------------------------------------------------------- #-- Author : Alexis Jeandet #-- Mail : alexis.jeandet@gmail.com #------------------------------------------------------------------------------- ________ licence: ~~~~~~~~ Please note that all the files included inside the libuc2 are not written by me and for the libuc2. They are covered by their own licence. If you reconize any of your code and you whant it to be removed from this library tell me. ____________ Intallation: ~~~~~~~~~~~~ To install the libuc2 you just need to copy the libuc2 folder where you whant then you need to: -add the libuc2 binary folder to the PATH, with linux you can append this to the end of your /etc/bashrc file: PATH=$PATH:/opt/libuc2/bin replace /opt/ by the path where is installed the libuc2. -set the libuc2 environement varriable, with linux you can append this to the end of your /etc/bashrc file: libuc2=/opt/libuc2 replace /opt/ by the path where is installed the libuc2. ______________ Contributions: ~~~~~~~~~~~~~~ Feel free to modify everything in the libuc2, if you think that some of your improvement should be integrated in the libuc2 you can send them to me at alexis.jeandet@lpp.polytechnique.fr or alexis.jeandet@gmail.fr. ______________ Documentation: ~~~~~~~~~~~~~~ You can find some documentation in the Doc folder. But as the libuc, the documentation is not already finished.