Skip to content
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

No more linux native version? #88

Closed
mrdeathjr28 opened this issue Aug 6, 2019 · 10 comments
Closed

No more linux native version? #88

mrdeathjr28 opened this issue Aug 6, 2019 · 10 comments

Comments

@mrdeathjr28
Copy link

@mrdeathjr28 mrdeathjr28 commented Aug 6, 2019

Since some before releases dont appear punes native

punes native come back?

@punesemu
Copy link
Owner

@punesemu punesemu commented Aug 7, 2019

No, the precompiled versions for linux will not be available for a number of reasons, first of all the premature death of the computer I used to compile them but it is easy to compile the sources. If you have difficulty I can help you, write me here (or if you prefer, in private) any doubt or question.

@mrdeathjr28
Copy link
Author

@mrdeathjr28 mrdeathjr28 commented Aug 7, 2019

@punesemu

main issue for compile in my case is qt dependencies because punes ask for more updated qt libs compared default qt libs (5.9) with ubuntu 18.04

@punesemu
Copy link
Owner

@punesemu punesemu commented Aug 7, 2019

Why do you say this? What problems do you have during the compilation? The 32bit windows version are compiled with QT 5.6.3 without problems.

@punesemu
Copy link
Owner

@punesemu punesemu commented Aug 8, 2019

Also on the virtual machine where I made some test with OpenBSD, the QT are precisely the 5.9 and also in this case compile the emulator smoothly.

@mrdeathjr28
Copy link
Author

@mrdeathjr28 mrdeathjr28 commented Aug 8, 2019

@punesemu because dont found qt libraries (64bit build), however is possible compile sdl version?

@punesemu
Copy link
Owner

@punesemu punesemu commented Aug 8, 2019

But did you install the qt5 development, the build-essential and the nvidia-cg-toolkit packages?

# sudo apt-get install build-essential qtbase5-dev nvidia-cg-toolkit

I'm sorry but there is no longer an SDL version. If you could give me more information I could help you.

@punesemu
Copy link
Owner

@punesemu punesemu commented Aug 12, 2019

I've updated the last comment with nvidia-cg-toolkit package that I've forgotten and with the fix of typo 'apt' with 'apt-get',

@mrdeathjr28
Copy link
Author

@mrdeathjr28 mrdeathjr28 commented Aug 12, 2019

dont work but dont matter for now works with wine

@punesemu
Copy link
Owner

@punesemu punesemu commented Aug 13, 2019

Ok, I think I finally understood your problem. I installed ubuntu 18.04 on a virtual machine and to correctly compile the emulator I did the following steps.

# sudo apt-get install git
# git clone https://github.com/punesemu/puNES
# sudo apt-get install autotools-dev autoconf build-essential pkg-config libasound2-dev qtbase5-dev qttools5-dev-tools libqt5svg5-dev nvidia-cg-toolkit
# cd puNES
# ./autogen.sh
# ./configure
# make

It has compiled everything without errors and to start the emulator

# ./src/punes

Your problem was due to the lack of one or more of those packages.

@mrdeathjr28
Copy link
Author

@mrdeathjr28 mrdeathjr28 commented Aug 13, 2019

@punesemu

Many thanks compiled without issues

@punesemu punesemu closed this Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants