[Topic DIscussion] 给打包一个FileZilla Server或者升级一下源里的GCC G++
Tofloor
poster avatar
fozei
deepin
2022-03-17 21:24
Author

开发大大们,给打包一个FileZilla Server呗,或者给升级一下源里的GCC G++版本呗。最近懒得折腾了,关键是对于自己编译编译器这件事情信心不大sob

需求原因:

https://trac.filezilla-project.org/ticket/12676

Reply Favorite View the author
All Replies
deepin-superuser
deepin
2022-03-17 21:45
#1

我自己编译了一个 fcitx5-anthy,make install 以后切换输入法显示 Anthy(不可用) 😂

Reply View the author
SamLukeYes
deepin
2022-03-17 22:58
#2

试试 flatpak,或者 nix

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2022-03-18 00:19
#3

你可以用docker运行一个高版本的gcc环境进行编译,当然你也可以直接在docker里跑filezilla server

Reply View the author
fozei
deepin
2022-03-18 04:43
#4
neko

你可以用docker运行一个高版本的gcc环境进行编译,当然你也可以直接在docker里跑filezilla server

回头研究一下。

Reply View the author
Barry-okx
Junior Packager
2022-03-18 05:32
#5

Not in deepin 20.*

The update of gcc will in deepin 23.

see this : https://packages.debian.org/buster/gcc

Reply View the author
fozei
deepin
2022-03-18 16:51
#6
Barry-okx

Not in deepin 20.*

The update of gcc will in deepin 23.

see this : https://packages.debian.org/buster/gcc

What a pity.

And a little confused about the deepin version numbers, 15.* jump to 20.*, and then jump to 23.**confused

Confused about https://packages.debian.org/buster/gcc too, it means in 23.* gcc version will be 8.0.3-1? and now it is 8.3.0.

By your experience, is it possiable to compile GCC easily myself ?It seems I need 8.4.0 at least.

23.*, it may be a long story.

Reply View the author
Barry-okx
Junior Packager
2022-03-19 22:45
#7
fozei

What a pity.

And a little confused about the deepin version numbers, 15.* jump to 20.*, and then jump to 23.**confused

Confused about https://packages.debian.org/buster/gcc too, it means in 23.* gcc version will be 8.0.3-1? and now it is 8.3.0.

By your experience, is it possiable to compile GCC easily myself ?It seems I need 8.4.0 at least.

23.*, it may be a long story.

deepin 15 was released in 2015

deepin 20 was released in 2020

guess deepin 23?

deepin 23 based on debian bullseye, use gcc 10.2.1-1.

Reply View the author
fozei
deepin
2022-03-21 19:06
#8
Barry-okx

deepin 15 was released in 2015

deepin 20 was released in 2020

guess deepin 23?

deepin 23 based on debian bullseye, use gcc 10.2.1-1.

Perfect,step sollowly,step firmly.proud ok

Reply View the author