1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

Merge pull request #2 from fumiama/2.2.0

fix build under ppc64le
This commit is contained in:
源文雨
2022-04-23 10:52:45 +08:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)
project(base16384 VERSION 2.0)
SET(CMAKE_BUILD_TYPE "Release")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=native")
add_executable(base16384 base16384.c)

View File

@@ -19,6 +19,15 @@ Save more space and since the code 0x0000 is encoded to "一", finding zero spac
## Usage 使用说明
### Install from my PPA in Ubuntu 直接安装
```bash
sudo add-apt-repository ppa:fumiama/ppa
sudo apt-get update
sudo apt-get install base16384
```
### Build from source code 编译
Clone this repo first.
首先克隆该仓库。