Is there any build/install instructions? Want to play around :)
EDIT:
git clone git@github.com:jeorgun/Vivaldi.git
cd Vivaldi
# if you don't have boost then run
brew install boost
mkdir build
cd build
cmake .. && make # cmake version 3 or greater is required
Oh, whoops— sorry about that! I added some instructions based on yours to the README; better?
Also, if you run in to any issues, feel free to let me know; I only have my MBP and an old Thinkpad T60 running Arch Linux to test on, so I could very well have unwittingly done something non-portable (I'm assuming that Windows support is a complete no-op, but I'd be happy to hear I'm wrong).
Comments
Is there any build/install instructions? Want to play around :)
EDIT:
Oh, whoops— sorry about that! I added some instructions based on yours to the README; better?
Also, if you run in to any issues, feel free to let me know; I only have my MBP and an old Thinkpad T60 running Arch Linux to test on, so I could very well have unwittingly done something non-portable (I'm assuming that Windows support is a complete no-op, but I'd be happy to hear I'm wrong).