moebiuscurve / ibus-table-others

ibus-table-others
code.google.com/p/ibus/
GNU General Public License v3.0
15 stars 8 forks source link

Outdated installation instructions #11

Closed laMudri closed 9 years ago

laMudri commented 9 years ago

The INSTALL file says that we should run ./configure; make; make install. This left me lost when there was no ./configure file included. The correct instructions seem to be ./autogen.sh; make; make install (or ./autogen.sh; make; sudo make install just to be clear).

laMudri commented 9 years ago

This didn't actually work for me, but that's probably a different issue.

mike-fabian commented 9 years ago

If you download a release tarball (https://github.com/moebiuscurve/ibus-table-others/releases), then there is a ./configure file included. If installing from git, the ./configure file is created by using ./autogen.sh.