<< return to Pixycam.com

User Tools

Site Tools


wiki:v2:building_pixymon

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:v2:building_pixymon [2018/04/09 21:52]
jfrench - Imported by DokuWiki Advanced Plugin
wiki:v2:building_pixymon [2018/10/08 22:31] (current)
pixycam
Line 5: Line 5:
 ====== Building PixyMon ====== ====== Building PixyMon ======
  
-PixyMon, like all of Pixy, is fully open source. You can obtain the latest source through [[http://​git-scm.com/​downloads|git]] and [[https://​github.com/​charmedlabs/​pixy|github]]. The default master branch contains the latest stable source code.+PixyMon, like all of Pixy, is fully open source. You can obtain the latest source through [[http://​git-scm.com/​downloads|git]] and [[https://​github.com/​charmedlabs/​pixy2|github]]. The default master branch contains the latest stable source code.
  
  
Line 32: Line 32:
  
 ''​%%sudo port install libusb%%''​\\ ''​%%sudo port install libusb%%''​\\
-''​%%sudo port install ​qt4-mac%%''​+''​%%sudo port install ​qt5%%''​
  
-The qt4-mac ​package will take some time to install. If you already have Qt version 4.8 installed, you can use this version if you like, but it might require ​some\\ +The qt5 package will take some time to install. If you already have Qt version 4.8 installed, you can use this version if you like, but it might require some editing of the paths in the build script (buildpixymon.sh)
-some editing of the paths in the build script (buildpixymon.sh)+
  
 Obtain the Pixy source code and compile by running these commands from the console: Obtain the Pixy source code and compile by running these commands from the console:
  
-''​%%git clone https://​github.com/​charmedlabs/​pixy.git%%''​\\ +''​%%git clone https://​github.com/​charmedlabs/​pixy2.git%%''​\\ 
-''​%%cd ​pixy/​scripts%%''​\\+''​%%cd ​pixy2/​scripts%%''​\\
 ''​%%./​build_pixymon_src.sh%%''​ ''​%%./​build_pixymon_src.sh%%''​
  
-After the build finishes, point your Finder to the pixy/​build/​pixymon directory and run PixyMon.+After the build finishes, point your Finder to the pixy2/​build/​pixymon directory and run PixyMon.
  
 You can now copy the PixyMon app into your Applications directory if you like. You can now copy the PixyMon app into your Applications directory if you like.
wiki/v2/building_pixymon.1523310721.txt.gz · Last modified: 2018/04/09 21:52 by jfrench