-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ngdevkit installation #2
Comments
adding a screenshot of the problem https://www.jeuxdecartes.ovh/data/binutils.jpg |
Hey, it's been some time that I didn't compile the devkit on a debian-based distro. Maybe we also want to track the Windows support in a dedicated issue |
Salut Damien,
Je viens de réaliser que tu étais Francais ^^
Si ca ne te derange pas on pourrait communiquer plus directement ?
D'ailleurs il serait peut être interessant de fournir une VM prete à
l'emploi pour le dev ?
Je pourrais aussi heberger l'archive sur mon serveur pour le telechargement.
bon week-end.
Ozzy :)
2018-04-13 16:47 GMT+02:00 Damien Ciabrini <notifications@github.com>:
… Hey, it's been some time that I didn't compile the devkit on a
debian-based distro.
I'll have a look at what's needed on a recent debian-based VM and adapt
the readme accordingly.
Maybe we also want to track the Windows support in a dedicated issue
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALjU1e4fv8e7JqPVJPpms5WORnoRuOckks5toLqZgaJpZM4TRqRx>
.
|
Hey ozzyyzzo4096, So the dependencies section was incorrect and outdated, sorry about that.
The problem you're having for building binutil comes from the fact that curl was missing, so the Makefile ended up creating a empty binutils-2.25.tar.bz2 instead of the expected archive, so later build would fail. |
Hey, Installation is now ok! Compiling and testing 'hello world' sample through the emulator is working like a charm aswell!! Very nice work Damien!! now time for some coding :) Ps: i will try the installation through cygwin and let you know if i'm facing any specific issues into another thread. |
Hey I'm closing this issue now, as the last dependency issue you reported has been resolved in 9f763fc |
Hello :)
First of all i have to say that i'm more a windows user/coder than a gnu/linux expert :)
But as this project look so much interesting and has also so much potential for 'modern' neogeo coding, i'm ok to do my part using gnu/linux and command line crazyness ^^
So far, i've tested on fresh installations of debian 9.4 and debian 8.10 (tiny cd + network installation, without going through important updates though) and i was unable to survive to 'make' which is generating a long list of problems (i think there is a main issue concerning binutils)
Before reaching this point, there were missing/wrong informations from your pre-requisite section concerning the installation of required packages. For instance libsdl2.0-dev doesn't match libsdl2-dev and some missing packages to list a few are : bison, flex, curl and so on.. Maybe also a special attention would be needed when trying to compile examples about external pythongame program.
I know, that it is not the most interesting part for a maintainer but for completely new users like me who couldn't be gnu/linux friendly aswell you should:
(it could looks silly but is so important for newcomers.)
That's it, i hope to be able to install ngdevkit soon or later!
Hope this helps and keep on the good work!
Ozzy.
The text was updated successfully, but these errors were encountered: