Re: [twdev] Building TiddlyDesktop from source, symbolic link broken

2018-06-09 Thread okido
Thanks, builds OK now. Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to this

Re: [twdev] Building TiddlyDesktop from source, symbolic link broken

2018-06-08 Thread Jeremy Ruston
Hi Okido Ah, many thanks, that’s very helpful — I had no idea that “npm install” would make a symbolic link in these circumstances. I’ve made a couple of fixes: https://github.com/Jermolene/TiddlyDesktop/commit/ffd0c7be4d4220a67211e3b18ece208d11d305e4

Re: [twdev] Building TiddlyDesktop from source, symbolic link broken

2018-06-08 Thread okido
Hello Jeremy, I'm not sure what you mean. The scripts expect to find the TiddlyWiki5 repo in a sibling directory; are you suggesting we use a symlink instead? In bld.sh the TiddlyWiki5 repo in the sibling directory is cp with npm install ../TiddlyWiki5, this creates a symbolic link. This

Re: [twdev] Building TiddlyDesktop from source, symbolic link broken

2018-06-07 Thread Jeremy Ruston
Hi Okido > I tried to build TiddlyDesktop from source. Great, any feedback to make the process better for others is gratefully received. > The build is made but it has a broken symbolic link to Tiddlywiki5 code. I'm not sure what you mean. The scripts expect to find the TiddlyWiki5 repo in a

[twdev] Building TiddlyDesktop from source, symbolic link broken

2018-06-06 Thread okido
Hello Jeremy, I tried to build TiddlyDesktop from source. The build is made but it has a broken symbolic link to Tiddlywiki5 code. My proposal is to build it with the TW5 code included, like: cp -RH source/* output/linux64/TiddlyDesktop-linux64-v0.0.13 in bld.sh Have a nice day, Okido -- You