Skip to content

joesfer/CoreLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:
	
	Shared library holding common code used in various projects from www.joesfer.com.	
	
	CoreLib provides classes common to any kind of project: containers, memory managers, etc
	
License:

	This software is released under the LGPL-3.0 license: http://www.opensource.org/licenses/lgpl-3.0.html	

	Copyright (c) 2012, Jose Esteve. http://www.joesfer.com
	
	This library is free software; you can redistribute it and/or
	modify it under the terms of the GNU Lesser General Public
	License as published by the Free Software Foundation; either
	version 3.0 of the License, or (at your option) any later version.

	This library 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 this library; if not, write to the Free Software
	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
	
Compilation:

	- Clone the git repository into a local folder:

		mkdir <corelib_folder>
		cd <corelib_folder>
		git clone git://github.com/joesfer/CoreLib.git 
	
	- Build CoreLib using CMake:

		cd <corelib_folder>
		mkdir .build
		cd .build
		cmake ..

		Under windows: cmake will generate a Visual studio solution on .build
		Under linux: cmake will generate a GCC makefile

		Build the library. If everything went well, a new folder structure 
		<corelib_folder>/lib containing the static library 
		should have been generated.

About

Shared library holding common code used in various projects from www.joesfer.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published