omegaonline / oobase

Omega Online Base library
2 stars 1 forks source link

OOBase

The Omega Online Base library.

Maintainer

Rick Taylor

Master Repo

maintained by Rick Taylor

License

 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.```

 OOBase 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 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public License
 along with OOBase.  If not, see <http://www.gnu.org/licenses/>.

How do I use it?

1) clone the repo                > git checkout https://github.com/omegaonline/oobase
2) Do the autotools three step   > ./bootstrap.sh; ./configure; make; make distcheck;