-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support of AOSC OS and loongson architecture #3593
Open
4Darmygeometry
wants to merge
59
commits into
BeyondDimension:develop
Choose a base branch
from
4Darmygeometry:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AOSC OS uses oma to install and manage the package. It can be see in https://aosc.io/oma . Loongson Architecture, which also meant LoongArch, is an architecture which is powered by Loongson Technology LLC.
添加龙芯版构建声明
Add LoongArch64 build script
除了网络加速插件外其他的插件很多依赖 P/Invoke 操作 Steam 客户端,代码里使用不同的 tfm 区分了 Windows 与 Linux 的行为,对于在 Wine 中运行的 Steam,应该都不起作用,而 Windows 版 Steam++ 依赖高版本 Win10SDK,以及需要一些 WinRT API 与系统 exe 等内容,应该在 Wine 中会无法运行或出现错误 编译 linux-loongarch64 版可以在龙芯上本机原生运行网络加速用的代理,性能要比转译的更好 |
由于.NET 9.0才在龙芯中构建主线新世界版本,为保证龙芯版与主线代码尽可能保持一致,本项目建议使用.NET 9.0与C# 13。 完善操作系统相关要求并补充最低CPU要求。
与中文的保持同步
添加对于兆芯和飞腾使用该程序描述。
完善编译定义
添加龙芯3A6000电脑适配该软件后原生运行截图
添加龙芯3A6000电脑原生运行截图
通过/etc/os-release形式判断发行版,并支持gentoo、slackware、opensuse、mageia、solus linux等发行版包格式,支持判断loongnix25特殊情况
纠正中科方德安装包错误并支持勇豹系统,安装包进度条实时显示解压进度,bug fixed
driver1998
reviewed
Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AOSC OS uses oma to install and manage the package. It can be see in https://aosc.io/oma .
Loongson Architecture, which also meant LoongArch, is an architecture which is powered by Loongson Technology LLC.