Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
U | Update v0.0.1.3-4
Browse files Browse the repository at this point in the history
U | Use ninja build source
  • Loading branch information
FTS427 committed Jan 14, 2024
1 parent dc6b091 commit 962b7e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A terminal-based math tool that runs on linux.

This program is free and open source. We allow everyone to use the source code for enrichment, compilation, etc. But we don't take any responsibility for any problems!

note: This program cannot be used for science! If anything goes wrong, do so at your own risk!
Note: This program cannot be used for science! If anything goes wrong, do so at your own risk!

## ❔ How to use

Expand Down
5 changes: 2 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

本程序是免费开源的,此源代码可以随意使用。允许任何人使用源代码进行扩充,编译等操作。出现任何问题,本人不承担任何责任!

⚠注意:本程序处于开发阶段,不可用于科学的精密计算!如果出现任何问题,后果自负!
注意:本程序处于开发阶段,不可用于科学的精密计算!如果出现任何问题,后果自负!

## ❔如何使用

在GitAction中寻找符合自己设备的版本

或自行拉取编译

📦编译环境需求:cmake, make,gcc
📦编译环境需求:cmake, ninja,gcc

## 🧑‍💻感谢

Expand All @@ -53,4 +53,3 @@
本项目使用了头文件[ECPPH](https://github.com/QuantumLS-Studio/ECPPH)

先前的版本参见[MathCentralTools](https://github.com/FTS427/MathCentralTools)(已归档🗃️)

4 changes: 4 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@
- 功能:移除对Windows、Mac平台的支持
- UI:部分微调
- 整体:简化代码逻辑,便于维护
- v0.0.1.3-4
- 功能:无
- UI:部分调整
- 整体:代码部分重写,采用ninja&cmake编译
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake -S . -B ./build &&
cd ./build &&
make &&
ninja &&
echo "Done!" &&
echo "Exec -> build/MCT"

0 comments on commit 962b7e9

Please sign in to comment.