miketheprogrammer / go-thrust

Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
MIT License
445 stars 34 forks source link

Bad idea to install thrust in $HOME #63

Open metal3d opened 8 years ago

metal3d commented 8 years ago

Hi,

Using Linux (Fedora 22, x64)

At first: congrat, nice library and it seems to be working as expected, so I take a longer look :)

Is there any way to change the thrust installation path ? At this time, it set $HOME/0.7.6 and $HOME/vendor that is (excuse me for the used term) "extremly dirty". The better should be to install thrust in "$HOME/.local/lib/thrust" I guess.

miketheprogrammer commented 8 years ago

Yes you can change my creating a new provisioner implementation. Please look at tutorials On Dec 2, 2015 9:04 AM, "Patrice Ferlet" notifications@github.com wrote:

Hi,

Using Linux (Fedora 22, x64)

At first: congrat, nice library and it seems to be working as expected, so I take a longer look :)

Is there any way to change the thrust installation path ? At this time, it set $HOME/0.7.6 and $HOME/vendor that is (excuse me for the used term) "extremly dirty". The better should be to install thrust in "$HOME/.local/lib/thrust" I guess.

— Reply to this email directly or view it on GitHub https://github.com/miketheprogrammer/go-thrust/issues/63.

miketheprogrammer commented 8 years ago

did you solve this