That's because in linux if you type '{any command here} ...' it by default
searches your $PATH. You can see your path by typing "echo $PATH", but the
important detail is that your path does not include the current working
directory. So you have to tell linux I want the nw that's located at
"./nw". The ./ tells it look in the current directory. You could also run
it via "/full/path/to/nw" and that'd work. And if you want to be able to
run it from anywhere, create a symlink somewhere in your path, for example
"ln -s {/path/to/nw} /usr/local/bin/nw"
On Sunday, January 22, 2017 at 3:23:18 PM UTC-5, kelsang sherab wrote:
>
> thank you Matthew
> your suggestion works!!!
> Still, as a point of curiosity - when I am in the terminal in the
> TiddlyDesktop folder and type nw to run the file it does not work.
> The program 'nw' is currently not installed. You can install it by typing:
> sudo apt install netrw
> never mind though.
> Cheers!!!
>
>
> On Sunday, January 22, 2017 at 8:55:14 PM UTC+1, Matthew Lauber wrote:
>>
>> The zip already contains everything you need to run TiddlyDesktop. cd to
>> the files directory and execute the `nw` file. should be all you need.
>>
>> On Sunday, January 22, 2017 at 9:17:36 AM UTC-5, kelsang sherab wrote:
>>>
>>>
>>> I am trying to install the .zip
>>>
>>> unizzping the file went well.
>>> coming to install with the ./conigure make etc
>>> the ./configure returns - no such file or directory.
>>>
>>> i could not find any conifg file
>>>
>>> hereÅ› how it looks like:
>>>
>>> ~/Downloads/TiddlyDesktop-linux64-v0.0.8 $
>>>
>>>
>>>
>>> *this is what i get with ls*:
>>>
>>>
>>> credits.html icudtl.dat js locales nwjc package.
>>> json
>>> html images libffmpegsumo.so nw nw.pak tiddlywiki
>>>
>>>
>>>
>>>
>>> any ideas pleas what to do next
>>>
>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/9331eccd-72e0-44e5-869b-6466107e2aff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.