Recent

Author Topic: look at this  (Read 5442 times)

DiCri

  • Full Member
  • ***
  • Posts: 151
  • My goal : Build a game
    • http://manueldicriscito.altervista.org/DinoLand.zip
look at this
« on: September 23, 2016, 11:50:07 am »

https://wiki.libsdl.org/Android

That's a wiki page.
There are installation instructions for sdl2 on android.. But.. I see some codes like "svn" ecc or "Path.." And so i wanna ask you only what they mean! Thanks
I'm a game developer.. Now studying..
Go download my game:
http://manueldicriscito.altervista.org/DinoLand.zip

Ñuño_Martínez

  • Hero Member
  • *****
  • Posts: 1186
    • Burdjia
Re: look at this
« Reply #1 on: September 23, 2016, 12:06:09 pm »
I answered here, but I'll repeat anyway:

Another small question.. i see sometimes in the wiki or other, that there are some codes like "svn link" something like or"hg clone .." relative to installing a library or other... Something like.
What are these codes?? What's the utility? And where using them?
SVN and Mercurial (i.e. "hg") are tools to manage development changes (i.e. "versions"). It is a bit complicated so you may need to read this Wikipedia article about Subversion (SVN).

The idea is to use SVN or hg to get the latest version of the library or application.
Are you interested in game programming? Join the Pascal Game Development community!
Also visit the Game Development Portal

DiCri

  • Full Member
  • ***
  • Posts: 151
  • My goal : Build a game
    • http://manueldicriscito.altervista.org/DinoLand.zip
Re: look at this
« Reply #2 on: September 23, 2016, 04:09:27 pm »
I answered here, but I'll repeat anyway:

Another small question.. i see sometimes in the wiki or other, that there are some codes like "svn link" something like or"hg clone .." relative to installing a library or other... Something like.
What are these codes?? What's the utility? And where using them?
SVN and Mercurial (i.e. "hg") are tools to manage development changes (i.e. "versions"). It is a bit complicated so you may need to read this Wikipedia article about Subversion (SVN).

The idea is to use SVN or hg to get the latest version of the library or application.
Sorry but i don't mean that.. I see like he use a command line where he writes these names with somenlinks and.. I don't know. I only want to know how to port my sdl2 game to android apk and i saw that wiki link🔝
I'm a game developer.. Now studying..
Go download my game:
http://manueldicriscito.altervista.org/DinoLand.zip

Ñuño_Martínez

  • Hero Member
  • *****
  • Posts: 1186
    • Burdjia
Re: look at this
« Reply #3 on: September 23, 2016, 05:36:51 pm »
Then I misunderstood, pardon.

Actually I don't know what do you mean.  I don't see that "links".  Are they in the sources?
Are you interested in game programming? Join the Pascal Game Development community!
Also visit the Game Development Portal

DiCri

  • Full Member
  • ***
  • Posts: 151
  • My goal : Build a game
    • http://manueldicriscito.altervista.org/DinoLand.zip
Re: look at this
« Reply #4 on: September 23, 2016, 09:39:13 pm »
Then I misunderstood, pardon.

Actually I don't know what do you mean.  I don't see that "links".  Are they in the sources?
No problem.. I don't speak english very well.
Then go checking out this website
https://wiki.libsdl.org/Android
There are some "codes".. I don't understand what to do with them
I'm a game developer.. Now studying..
Go download my game:
http://manueldicriscito.altervista.org/DinoLand.zip

lainz

  • Hero Member
  • *****
  • Posts: 4470
    • https://lainz.github.io/
Re: look at this
« Reply #5 on: September 23, 2016, 09:44:09 pm »
You have Linux? Because these codes are for Linux.

"Install minimal Java environment. For instance, in Debian/Ubuntu"
« Last Edit: September 23, 2016, 09:49:54 pm by lainz »

DiCri

  • Full Member
  • ***
  • Posts: 151
  • My goal : Build a game
    • http://manueldicriscito.altervista.org/DinoLand.zip
Re: look at this
« Reply #6 on: September 24, 2016, 10:12:34 am »
You have Linux? Because these codes are for Linux.

"Install minimal Java environment. For instance, in Debian/Ubuntu"
Ooh.. now i got it.. i was thinking about installing Linux but a my friend told me that windows is better than linux and linux sucks.. i saw linux is more used for programmers so i will may download it
I'm a game developer.. Now studying..
Go download my game:
http://manueldicriscito.altervista.org/DinoLand.zip

lainz

  • Hero Member
  • *****
  • Posts: 4470
    • https://lainz.github.io/
Re: look at this
« Reply #7 on: September 24, 2016, 12:29:04 pm »
You have Linux? Because these codes are for Linux.

"Install minimal Java environment. For instance, in Debian/Ubuntu"
Ooh.. now i got it.. i was thinking about installing Linux but a my friend told me that windows is better than linux and linux sucks.. i saw linux is more used for programmers so i will may download it

Nothing prevents you to use Linux, I recommend you to use Ubuntu.

But I must say other thing, that tutorial is for C developers. And practically *never* will apply for Pascal developers (until someone with the knowledge does it). So think it first.

"cd /usr/src/SDL2/build-scripts/
 ./androidbuild.sh org.libsdl.testgles ../test/testgles.c"

DiCri

  • Full Member
  • ***
  • Posts: 151
  • My goal : Build a game
    • http://manueldicriscito.altervista.org/DinoLand.zip
Re: look at this
« Reply #8 on: September 24, 2016, 02:04:38 pm »
You have Linux? Because these codes are for Linux.

"Install minimal Java environment. For instance, in Debian/Ubuntu"
Ooh.. now i got it.. i was thinking about installing Linux but a my friend told me that windows is better than linux and linux sucks.. i saw linux is more used for programmers so i will may download it

Nothing prevents you to use Linux, I recommend you to use Ubuntu.

But I must say other thing, that tutorial is for C developers. And practically *never* will apply for Pascal developers (until someone with the knowledge does it). So think it first.

"cd /usr/src/SDL2/build-scripts/
 ./androidbuild.sh org.libsdl.testgles ../test/testgles.c"
Yes but i already know c++ a bit.. for examples loops and conditions.. declaring variables ecc.
I should have a look to ubuntu . Thanks again
I'm a game developer.. Now studying..
Go download my game:
http://manueldicriscito.altervista.org/DinoLand.zip

lainz

  • Hero Member
  • *****
  • Posts: 4470
    • https://lainz.github.io/
Re: look at this
« Reply #9 on: September 24, 2016, 04:04:23 pm »
Yes but i already know c++ a bit.. for examples loops and conditions.. declaring variables ecc.
I should have a look to ubuntu . Thanks again

It's ok I said that because this is a pascal forum, only for that. You can know every language you need, in fact I started using SDL with C++ because the tutorials was written in that language-

Good luck!

Edit: If you need an free IDE Code::Blocks is a good one, and also Dev C++.
« Last Edit: September 24, 2016, 04:06:32 pm by lainz »

lainz

  • Hero Member
  • *****
  • Posts: 4470
    • https://lainz.github.io/
Re: look at this
« Reply #10 on: September 24, 2016, 04:21:28 pm »
By the way please take into consideration the comment of Ñuño_Martínez. You need to learn what is SVN and Mercurial for running these codes. Running a script and don't knowing what it does is a bad idea, because you can have error messages and if you don't know what it will do, if error appears, don't know how to fix that.

 

TinyPortal © 2005-2018