Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
groverlynn committed Nov 22, 2023
1 parent 7796c3e commit 8bc99d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cd squirrel
Optionally, checkout Rime plugins (a list of GitHub repo slugs):

``` sh
bash librime/install-plugins.sh rime/librime-sample lotem/librime-octagram hchunhui/librime-lua # rime/librime-charcode rime/librime-legacy lotem/librime-proto ...
bash librime/install-plugins.sh rime/librime-sample lotem/librime-octagram hchunhui/librime-lua rime/librime-predict # rime/librime-charcode rime/librime-legacy lotem/librime-proto ...
```

### Shortcut: get the latest librime release
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,5 @@ clean:
clean-deps:
$(MAKE) -C plum clean
$(MAKE) -C librime clean
$(MAKE) -C librime deps/clean-src
$(MAKE) clean-sparkle
4 changes: 2 additions & 2 deletions action-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

rime_version=1.9.0-m
rime_git_hash=275b399
rime_version=1.9.0-e
rime_git_hash=095475e

rime_archive="rime-${rime_git_hash}-macOS.tar.bz2"
rime_download_url="https://github.com/rime/librime/releases/download/${rime_version}/${rime_archive}"
Expand Down
3 changes: 2 additions & 1 deletion autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ make clean clean-deps

# git submodule update --init --recursive

bash librime/install-plugins.sh rime/librime-sample lotem/librime-octagram hchunhui/librime-lua
bash librime/install-plugins.sh lotem/librime-octagram hchunhui/librime-lua rime/librime-predict

export CMAKE_GENERATOR=Ninja
export BUILD_UNIVERSAL=1
bash librime/install-boost.sh
export BOOST_ROOT="$(pwd)/librime/deps/boost_1_83_0"
make -C librime deps

# export PATH="/opt/homebrew/opt/llvm/bin:/usr/local/opt/llvm/bin:$PATH"
make -C librime
Expand Down
2 changes: 1 addition & 1 deletion librime

0 comments on commit 8bc99d9

Please sign in to comment.