![]() |
Re: [Announce (almost)] Reverstris Lite
Quote:
|
Re: [Announce (almost)] Reverstris Lite
Yeah, I assumed thread might turn out like this :D But, as I said, the game is a few days from release, at most, so stay tuned, I think it might be worth the wait.
|
Re: [Announce (almost)] Reverstris Lite
wow, this is amazing :)
|
Re: [Announce (almost)] Reverstris Lite
this looks very promising.
|
Re: [Announce (almost)] Reverstris Lite
Just for the sake of asking how many lines of code does your app consist of
|
Re: [Announce (almost)] Reverstris Lite
What a coincidence - I was just counting :) 12769 at the moment. And I'm hoping it's final. As you can see, we missed our planned release for the weekend, but you probably saw that coming. I'd say Maemo build is final, working smoothly, unless we see some last-minute bugs. I'm now off to touch up the Android build a bit, and if I don't get hit by a meteorite or something, the game will be released today, in a couple of hours if all goes right. Android build was holding us back mostly. There were some god-awful bugs related to SDL_mixer linkage that manifested only on some devices, I thought we're doomed. But it's ok now, everything seems to be working. We mainly just need to package releases for all the platforms and setup the download section on our site :)
|
Re: [Announce (almost)] Reverstris Lite
Quote:
|
Re: [Announce (almost)] Reverstris Lite
I guess you could postpone the release and enter the meego coding competition with this game?
|
Re: [Announce (almost)] Reverstris Lite
Can't do that, tonight is the deadline for an Android competition we entered a month ago :) And while we're at packagind, turns out I have no clue how to make a proper DEB. My project is written in Eclipse for C/C++ and its make scripts are all generated by Eclipse and as far as I can see, those can't provide any easy way to make a DEB. Any hints? Good guides? Volunteers maybe? If I don't figure this out soon, I'll just dump the binary with its data files in a ZIP or something, cause I'm really anxoius to release it already. I can take care of the nice packaging later.
|
Re: [Announce (almost)] Reverstris Lite
Quote:
- mkdir -p reverstris-lite_0.1_armel/DEBIAN - in reverstris-lite_0.1_armel create the folder structure with how the files should reside on the N900, i.e. mkdir usr/... opt/... whatever, put the files there - into DEBIAN/ copy a file control, which you should just copy over from some deb you already have, you can extract it there with: dpkg -e the-other-deb-file-name.deb reverstris-lite_0.1_armel/DEBIAN - edit the control, it's selfexplanatory, put in the details, like name of the package etc. easy - if you need postinst scripts i.e. something that should be done after the deb is installed, create postinst postrm etc. scripts in the DEBIAN directory, you can find examples of these in many debs you have. Generate the deb with: dpkg -b reverstris-lite_0.1_armel That's it, easy. |
All times are GMT. The time now is 00:08. |
vBulletin® Version 3.8.8