On 11/04/2014 06:36 AM, Walter Dnes wrote:
> On Sun, Nov 02, 2014 at 08:16:30PM -0300, Andrés Martinelli wrote
>> Hello there!!
>> I am working on a terminal spreadsheet based on "sc", but with some adds
>> like undo/redo..
>> you can find it here:
>>
>> https://github.com/andmarti1424/scim
>>
>> Any new ideas and/or contribution is always welcome!
>> Thanks!
>   git newbie alert.  I'm not a programmer.  I Googled for instructions,
> built git, cloned the scim repo, read the instructions, changed one line
> in Makefile...
>
> prefix=/home/waltdnes/.local
>
> ...so that if things went wrong, it wouldn't clobber root.  I ran "make".
> I got the familiar gcc screens of text output.  But there's nothing
> installed in ~/.local.  Should there be a "make install" command somewhere?
>

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.

Alec

Reply via email to