Skip to content

Instantly share code, notes, and snippets.

@gusano
Created June 25, 2013 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gusano/5857170 to your computer and use it in GitHub Desktop.
Save gusano/5857170 to your computer and use it in GitHub Desktop.
[pix_opencv] Update README to new sf.net repo url
Index: README.txt
===================================================================
--- README.txt (revision 17158)
+++ README.txt (working copy)
@@ -2,7 +2,7 @@
get the source version through svn :
-svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data pure-data
+svn co https://svn.code.sf.net/p/pure-data/svn pure-data
cd pure-data/trunk/externals/pix_opencv
you need a working build toolchain
@@ -19,7 +19,7 @@
# http://opencv.willowgarage.com/wiki/InstallGuide
# get the source :
-svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/pix_opencv pix_opencv
+svn co https://svn.code.sf.net/p/pure-data/svn/trunk/externals/pix_opencv
cd pix_opencv
make
@@ -35,7 +35,7 @@
# http://opencv.willowgarage.com/wiki/InstallGuide
# then get the sources and compile :
-svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/pix_opencv pix_opencv
+svn co https://svn.code.sf.net/p/pure-data/svn/trunk/externals/pix_opencv
cd pix_opencv
make PD_PATH=/path/to/pdextended-app/Contents/Resources/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment