Git Product home page Git Product logo

core's Introduction

About:
======

This is a Free Open Source Software for GameDesign, Game Programation and Game Art. 

Instalation:
============

If you are looking this, it's problably that you have downloaded UnNivelMas SDK. First you need all dependencies for UnNivelMas:

SDL 2.0:
========

Linux: 
------
	- You need to install some dependencies before compile SDL2. Looking for those dependencies, I end up with the following list. Try to install all. I don't know if there are many others that you're going to need, like OpenGL ES (EGL).

	sudo apt install 

		build-essential 
		xorg-dev libudev-dev 
		libts-dev 
		libgl1-mesa-dev 
		libglu1-mesa-dev 
		libasound2-dev 
		libpulse-dev 
		libopenal-dev 
		libogg-dev 
		libvorbis-dev 
		libaudiofile-dev 
		libpng12-dev 
		libfreetype6-dev 
		libusb-dev 
		libdbus-1-dev 
		zlib1g-dev 
		libdirectfb-dev


	You can download source code here: http://www.libsdl.org/download-2.0.php , after this type:

	./configure

	make

	sudo make install


Windows:
-------
	on Windows you will need MinGW or Cymgw to compile source code, it's the as Easy as linux mode.


SDL_image 2.0:
==============

	You can download source code here: http://www.libsdl.org/projects/SDL_image/ , after this type:

	./configure

	make

	sudo make install

SDL_mixer 2.0:
==============

	You can download source code here: http://www.libsdl.org/projects/SDL_mixer/ , after this type:

	./configure

	make

	sudo make install

SDL_net 2.0:
============

	You can download source code here: http://www.libsdl.org/projects/SDL_net/ , after this type:

	./configure

	make

	sudo make install

SDL_ttf 2.0:
============

	You can download source code here: http://www.libsdl.org/projects/SDL_ttf/ , after this type:

	./configure

	make

	sudo make install

Glew 1.10.0:
============
	You can download source code here: http://glew.sourceforge.net/ , after this type:

	make

	sudo make install

core's People

Stargazers

Roberto Albanesi avatar

Watchers

Roberto Albanesi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.