tano icon indicating copy to clipboard operation
tano copied to clipboard

Build instructions?

Open sei4eto opened this issue 8 years ago • 4 comments

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!

sei4eto avatar Jun 12 '16 06:06 sei4eto

Hello I was able to build "master" branch using these steps:

  1. Install QT 5(I installed 5.6)
  2. Install cmake(I installed using HomeBrew)
  3. Download VLC-Qt binaries (https://vlc-qt.tano.si/) and copy content to QT_DIR/5.6/clang_64
  4. Checkout and build Sparkle https://sparkle-project.org/ (just make)
  5. create build directory inside of the project
  6. execute cmake - "cmake .. -DCMAKE_INSTALL_PREFIX={QT_DIR}/5.6/clang_64 -DSPARKLE_INCLUDE_DIR=/{SPARKLE_DIR}/build/Release/Sparkle.framework"
  7. execute make - "make Tano"
  8. Application will be in build/src/Tano.app

sergeymetallic avatar Jun 15 '16 19:06 sergeymetallic

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! :(

sei4eto avatar Jun 18 '16 18:06 sei4eto

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:inrequire': 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

' Command /bin/bash failed with exit code 1

** BUILD FAILED **

The following build commands failed: ExternalBuildToolExecution Distribution (1 failure) make: *** [release] Error 65 ` So, can someone share builded dmg, pls?!

sei4eto avatar Jul 05 '16 18:07 sei4eto

Hello. Does anybody build player under ubuntu? Is there any instructions?

BUG-reporter avatar Jul 31 '16 20:07 BUG-reporter