No more linux native version? #88
Comments
|
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. |
|
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 |
|
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. |
|
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. |
|
@punesemu because dont found qt libraries (64bit build), however is possible compile sdl version? |
|
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-toolkitI'm sorry but there is no longer an SDL version. If you could give me more information I could help you. |
|
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', |
|
dont work but dont matter for now works with wine |
|
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
# makeIt has compiled everything without errors and to start the emulator # ./src/punesYour problem was due to the lack of one or more of those packages. |
|
Many thanks compiled without issues |
Since some before releases dont appear punes native
punes native come back?
The text was updated successfully, but these errors were encountered: