tano
tano copied to clipboard
Build instructions?
Hello! Could you provide more detailed instructions how to build tano from source? I cloned git to my OSX machine. But then what cmake command i should execute (path attributes and ...) Thanks!
Hello I was able to build "master" branch using these steps:
- Install QT 5(I installed 5.6)
- Install cmake(I installed using HomeBrew)
- Download VLC-Qt binaries (https://vlc-qt.tano.si/) and copy content to QT_DIR/5.6/clang_64
- Checkout and build Sparkle https://sparkle-project.org/ (just make)
- create build directory inside of the project
- execute cmake - "cmake .. -DCMAKE_INSTALL_PREFIX={QT_DIR}/5.6/clang_64 -DSPARKLE_INCLUDE_DIR=/{SPARKLE_DIR}/build/Release/Sparkle.framework"
- execute make - "make Tano"
- Application will be in build/src/Tano.app
I give up! I can't make it work :( Could someone share OS X dmg? Thanks! I'm stuck on 3) and 4). Where is QT_DIR/5.6/clang_64 located? And how to build Sparkle? When i open terminal in downloaded Sparkle folder and execute make - northing happens. Sorry for my noob questions! :(
I stuck on Sparkle build. This is the error message:
/bin/bash /Users/sei4eto/Sparkle/Configurations/make-release-package.sh /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in
require': cannot load such file -- cocoapods (LoadError)
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require' from -:1:in
** BUILD FAILED **
The following build commands failed: ExternalBuildToolExecution Distribution (1 failure) make: *** [release] Error 65 ` So, can someone share builded dmg, pls?!
Hello. Does anybody build player under ubuntu? Is there any instructions?