[Stand-alone Games] The user is banned, and the content is hidden.
Tofloor
poster avatar
a2035274
deepin
2022-04-08 17:06
Author
The user is banned, and the content is hidden.
Reply Favorite View the author
All Replies
心平气和
deepin
2022-04-08 17:58
#1

https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.6.4-amd64.deb?branch=master&job=Ubuntu

Reply View the author
心平气和
deepin
2022-04-08 18:46
#2
心平气和

https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.6.4-amd64.deb?branch=master&job=Ubuntu

deepin 下 缺很多依赖,我是解决不了,我在ubuntu 下用的。

Reply View the author
weboob
deepin
2022-04-08 21:12
#3

github上有各版本下载:

https://github.com/TASEmulators/fceux

https://github.com/TASEmulators/fceux/releases

源码安装步骤,README写的很清楚了

image.png

Reply View the author
a2035274
deepin
2022-04-08 21:15
#4
心平气和

deepin 下 缺很多依赖,我是解决不了,我在ubuntu 下用的。

对 Ubuntu 的依赖解决不了

Reply View the author
jiutian123
deepin
2022-04-08 21:20
#5
a2035274

对 Ubuntu 的依赖解决不了

uos出了个自动编译平台可以一试哦

Reply View the author
a2035274
deepin
2022-04-08 21:23
#6
weboob

github上有各版本下载:

https://github.com/TASEmulators/fceux

https://github.com/TASEmulators/fceux/releases

源码安装步骤,README写的很清楚了

image.png

谢谢 正在研究 没弄太明白

Reply View the author
a2035274
deepin
2022-04-08 21:25
#7
jiutian123

uos出了个自动编译平台可以一试哦

是吗

还没试过 UOS

Reply View the author
心平气和
deepin
2022-04-09 01:08
#8
weboob

github上有各版本下载:

https://github.com/TASEmulators/fceux

https://github.com/TASEmulators/fceux/releases

源码安装步骤,README写的很清楚了

image.png

这个编译的有个问题,找不到minizip ,安装了之后也找不到相关.pc 文件,不知道那个大佬懂cmake 的给解决一下。

 PKG_CHECK_MODULES(UNZIP minizip)

这个模块即使安装了 也找不到对应.pc , 随放弃。

Reply View the author
weboob
deepin
2022-04-09 04:17
#9
心平气和

这个编译的有个问题,找不到minizip ,安装了之后也找不到相关.pc 文件,不知道那个大佬懂cmake 的给解决一下。

 PKG_CHECK_MODULES(UNZIP minizip)

这个模块即使安装了 也找不到对应.pc , 随放弃。

apt install libminizip-dev

安装完就有minizip了

Reply View the author
weboob
deepin
2022-04-09 04:35
#10

image.png

所以就长这样......

Reply View the author
心平气和
deepin
2022-04-09 04:41
#11
weboob

image.png

所以就长这样......

nice 大佬,就是你都是怎么搜的这些包名

Reply View the author
weboob
deepin
2022-04-09 21:04
#12
心平气和

nice 大佬,就是你都是怎么搜的这些包名

libxxxx-dev

xxxx就是他说的那些依赖包。

Reply View the author
a2035274
deepin
2022-04-10 07:11
#13

谢谢大家,成功安装

fceux-小霸王-视窗2000

deepin@G470:~/Downloads/fceux-fceux-2.6.4$ sudo apt install libsdl2-dev cmake qt5-qmake liblua5.1-0 libminizip-dev libx264-dev libx265-dev zlib1g zlibc g++ qtbase5-dev ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev
deepin@G470:~/Downloads/fceux-fceux-2.6.4$ cmake  -DCMAKE_INSTALL_PREFIX=/usr  -DCMAKE_BUILD_TYPE=Release
deepin@G470:~/Downloads/fceux-fceux-2.6.4$ make
deepin@G470:~/Downloads/fceux-fceux-2.6.4$ sudo make install
Reply View the author