Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
minimapletinytools committed Jan 5, 2024
1 parent b37be1e commit adad8a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libicu-dev
cabal update
cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Build
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ tinytools is still in BETA and may be unstable. Save often!!!

## pre-requisites

This library depends on [text-icu](https://hackage.haskell.org/package/text-icu) which depends on the well-respected [ICU
library](https://icu.unicode.org/) which must be installed separately. Please see [text-icu](https://hackage.haskell.org/package/text-icu) for instructions on how to install icu.

## from binaries

Binaries are available for x86-64 OSX and Linux:
Expand All @@ -22,11 +19,6 @@ curl -sSL https://raw.githubusercontent.com/minimapletinytools/tinytools-vty/pot
```

Or see [https://github.com/minimapletinytools/tinytools-vty/releases](releases)
NOTE currently ICU is dynamically linked and it's hardcoded to a specific version.
The linux version is hard-linked to v70 and the mac binary is hard-linked to v73
the mac one should work fine if you installed icu4c via brew, however different linux distros seem to ship different versions of libicu-dev so that may not work for you :(.

If the binaries do not work, please build from source until I figure out a better way around this :(

## from source

Expand Down

0 comments on commit adad8a5

Please sign in to comment.