Skip to content

Commit

Permalink
Merge pull request #58 from Cangjians/install
Browse files Browse the repository at this point in the history
Install
  • Loading branch information
yookoala committed Jan 22, 2014
2 parents 70b74d1 + 89cb562 commit ab1cc79
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
## Debian Unstable / Sid

libcangjie is included in the default Debian repositories, so you can just
install it with `apt-get`, as the root user:

```
# apt-get install libcangjie2
```

Note that if you need the development headers, then you should also install
the `libcangjie2-dev` package.

## Fedora

libcangjie is included in the default Fedora repositories, so you can just
install it with `yum`:

```
$ sudo yum install libcangjie
```

Note that if you need the development headers, then you should also install
the `libcangjie-devel` package.

## Ubuntu 14.04

libcangjie is included in the default Ubuntu repositories, **starting with the
14.04 release**, so you can install it with `apt-get`:

```
$ sudo apt-get install libcangjie2
```

Note that if you need the development headers, then you should also install
the `libcangjie2-dev` package.

## Build from the sources

### Dependencies
Expand Down

0 comments on commit ab1cc79

Please sign in to comment.