On Tue, Nov 04, 2014 at 07:57:01AM -0500, Alec Ten Harmsel wrote > There's actually no 'install' command in the Makefile. You should be > able to run it by executing the 'scim' binary in src/. It doesn't create > any of its own libraries or anything, so you should be able to run the > standalone binary anywhere without needing to install; if you would like > to install it to your ~/.local, a simple > > cp src/scim ~/.local/bin/scim > > should suffice.
Actually, what I did was... cd ~/bin ln -s ../scim/src/scim scim This way, I'll always be invoking the latest version. -- Walter Dnes <waltd...@waltdnes.org> I don't run "desktop environments"; I run useful applications