vv icon indicating copy to clipboard operation
vv copied to clipboard

Port to Linux

Open lucastrvsn opened this issue 5 years ago • 2 comments

Hello!

I really like this project and I want to use this on my linux machine as well. Can I work on porting it to Linux? Any advise for doing this?

Thanks in advance!

lucastrvsn avatar Aug 25 '20 00:08 lucastrvsn

Hey Lucas. Sorry for later reply.

Sure, PRs for Linux support is highly welcome. I actually have no idea, will it work in Linux right away, but there is a chance that just doing: yarn build will work with maybe some tweaks.

I think that CLI tool will require some additional work to make it work in Linux. And all build and release scripts will need to be updated.

I think that a good starting point could be make it run in dev mode: https://github.com/vv-vim/vv#development

yarn webpack:watch
yarn start

igorgladkoborodov avatar Aug 28 '20 16:08 igorgladkoborodov

Gotcha! I'm gonna work on this right now.

Thanks for the reply!

lucastrvsn avatar Aug 28 '20 18:08 lucastrvsn