请教下deepin15.4.1龙芯版怎么装eclipse啊
Tofloor
poster avatar
AlwaysQuiet
deepin
2018-01-14 03:33
Author
本帖最后由 captainjack 于 2018-1-13 20:44 编辑

本来想着买龙芯电脑,安装deepin,支持国产软硬件发展。结果下午安装完deepin傻眼了,软件少了很多,比如chrome没有64位的龙芯deb安装包,IDEA等等软件在应用商店也没了身影。现在只想问下eclipse怎么安装,谢谢了
chrome官方安装包

Reply Favorite View the author
All Replies
1 / 4
To page
avatar
leixiaozeng
deepin
2018-01-14 04:02
#1
没用过不知道哈哈哈,楼主还是厉害的呀!我连本本都没有了唉!
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 04:26
#2
https://bbs.deepin.org/post/151780
没用过不知道哈哈哈,楼主还是厉害的呀!我连本本都没有了唉!

小白一个哈。。我本来打算照着网上一个07年的教程自己编译eclipse的,结果现在又碰到问题了,“make”,“yum”这两个命令找不到怎么办,好像不能像常规linux那样解决啊
Reply View the author
avatar
RedPanda
deepin
2018-01-14 04:34
#3
给楼主点个赞。支持龙芯电脑,不过我看龙芯电脑官网的图片里是有chrome浏览器的。
Reply View the author
avatar
leonardo520
deepin
2018-01-14 04:39
#4
龙芯不能用chrome? 那你现在用什么浏览器?
Reply View the author
avatar
leonardo520
deepin
2018-01-14 04:39
#5
我记得chrome有个开源的版本
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 04:40
#6
https://bbs.deepin.org/post/151780
给楼主点个赞。支持龙芯电脑,不过我看龙芯电脑官网的图片里是有chrome浏览器的。 ...

官方的系统是有chrome64位的,eclipse也有,只是没有debian的64位安装包,32位倒是有。。
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 04:44
#7
https://bbs.deepin.org/post/151780
我记得chrome有个开源的版本

可以用,官网有的安装包可以看我下面发的截图,64位的只有龙芯自己开发的系统才有。不过下面提供了项目源码,可以自己编译成支持64位debian的吗?我现在用的是firefox
Reply View the author
avatar
187******12
deepin
2018-01-14 05:13
#8
https://bbs.deepin.org/post/151780
小白一个哈。。我本来打算照着网上一个07年的教程自己编译eclipse的,结果现在又碰到问题了,“make”,“ ...

make跟編譯有關,可以sudo apt-get install build-essential, 這樣基本編譯工具就有了
yum是fedora系統的,自然不能用,相當於debian的apt-get
如果找deb包,一定要找mips64el的
Reply View the author
avatar
187******12
deepin
2018-01-14 05:18
#9
http://www.loongnix.org/index.ph ... 1%E8%AF%B4%E6%98%8E
按照這個把yum換成sudo apt-get install
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 05:20
#10
https://bbs.deepin.org/post/151780
make跟編譯有關,可以sudo apt-get install build-essential, 這樣基本編譯工具就有了
yum是fedora系統的 ...

我直接sudo apt-get install make,结果居然好了。。。不过自己编译eclipse还是没戏,eclipse官网也找不到deb包,看来如果实在想用的话只能用回loongnix了。。。
Reply View the author
avatar
187******12
deepin
2018-01-14 05:22
#11
龍芯fedora預裝了eclipse, 應該可以編譯
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 05:24
#12
https://bbs.deepin.org/post/151780
龍芯fedora預裝了eclipse, 應該可以編譯

请问能给个联系方式么,方便请教您问题
Reply View the author
avatar
187******12
deepin
2018-01-14 05:27
#13
https://bbs.deepin.org/post/151780
我直接sudo apt-get install make,结果居然好了。。。不过自己编译eclipse还是没戏,eclipse官网也找不 ...

也可以裝make-gui, 圖形界面。禮拜一我去辦公室看看,deepin龍芯專業版商店也許有eclipse, idea,專業版商店比社區版多很多
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 06:00
#14
https://bbs.deepin.org/post/151780
http://www.loongnix.org/index.php/%E6%B5%8F%E8%A7%88%E5%99%A8%E7%BC%96%E8%AF%91%E8%AF%B4%E6%98%8E
按 ...

环境配置
1)安装依赖库
yum install gcc-c++ alsa-lib-devel ninja-build atk-devel bison cups-devel dbus-devel desktop-files-utils expat-devel flex fontconfig-devel GConf2-devel glib2-devel
yum install gtk3-devel glibc-devel gperf libatomic libcap-devel libdrm-devel libgcrypt-devel libudev-devel libusb-devel libXdamage-devel libXScrnSaver-devel
yum install libappstream-glib libgnome-keyring-devel gnome-keyring-devel gtk2-devel
yum install libstdc++-devel openssl-devel libXtst-devel nodejs nss-devel pciutils-devel   pulseaudio-libs-devel npm
yum install bzip2-devel dbus-glib-devel  elfutils-libelf-devel flac-devel hwdata kernel-headers libevent-devel libffi-devel
yum install libicu-devel
yum install libudev-devel libxslt-devel opus-devel perl-Switch speech-dispatcher-devel yasm pam-devel

这里面全都“无法定位软件包”
Reply View the author
avatar
RedPanda
deepin
2018-01-14 06:03
#15
https://bbs.deepin.org/post/151780
环境配置
1)安装依赖库
yum install gcc-c++ alsa-lib-devel ninja-build atk-devel bison cups-devel ...

为什么要用yum?难道不是应该用apt-get吗?
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 06:06
#16
https://bbs.deepin.org/post/151780
为什么要用yum?难道不是应该用apt-get吗?

恩,这是官方页面上写的,我直接拷过来的,在输入的时候把yum都换成了apt了,然后显示都是“无法定位软件包”,要不然显示的就是“bash:yum:未找到命令”了
Reply View the author
avatar
RedPanda
deepin
2018-01-14 06:07
#17
https://bbs.deepin.org/post/151780
恩,这是官方页面上写的,我直接拷过来的,在输入的时候把yum都换成了apt了,然后显示都是“无法定位软件 ...

哦哦~这样的啊~
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 06:09
#18

恩,结果搞了一晚上,啥都没搞定,感觉国产自主道路任重而道远啊
Reply View the author
avatar
RedPanda
deepin
2018-01-14 06:11
#19
https://bbs.deepin.org/post/151780
恩,结果搞了一晚上,啥都没搞定,感觉国产自主道路任重而道远啊

是不是软件包没有mips64版本的缘故?
Reply View the author
avatar
AlwaysQuiet
deepin
2018-01-14 06:38
#20
https://bbs.deepin.org/post/151780
是不是软件包没有mips64版本的缘故?

可能是吧,感觉生态差很多的说
Reply View the author
1 / 4
To page