Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated README.md to assume the use of libuii-ng
  • Loading branch information
kojix2 committed Nov 29, 2023
1 parent 1a5206f commit 0927913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ LibUI is a Ruby wrapper for libui and libui-ng.
## Installation

```sh
gem install libui
gem install libui --pre # libui-ng
```

- The gem package includes the [official release](https://github.com/andlabs/libui/releases/tag/alpha4.1) of the libui shared library version 4.1 for Windows, Mac, and Linux.
- Namely `libui.dll`, `libui.dylib`, and `libui.so` (only 1.8MB in total).
- The gem package includes the libui-ng shared library for Windows, Mac, and Linux.
- Namely `libui.dll`, `libui.dylib`, or `libui.so`.
- No dependencies required.
- The libui gem uses the standard Ruby library [Fiddle](https://github.com/ruby/fiddle) to call C functions.

Expand Down

0 comments on commit 0927913

Please sign in to comment.