Changeset - ee07ea5cd46b
[Not reviewed]
default
0 1 0
Drew Perttula - 12 years ago 2013-06-06 04:16:47
drewp@bigasterisk.com
start makefile for tkdnd build
Ignore-this: 4fbfd8185354989db9a1db4449710c2e
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -26,12 +26,17 @@ link_to_sys_packages:
 
	ln -sf $(DP)/pygst.pth $(SP)/
 
	ln -sf $(DP)/pygst.py $(SP)/
 
	ln -sf $(DP)/gst-0.10 $(SP)/
 
	ln -sf $(DP)/PIL $(SP)/
 
	ln -sf $(DP)/PIL.pth $(SP)/
 

	
 
PYTHON=/usr/bin/pypy
 
PYTHON=/usr/bin/python
 

	
 
create_virtualenv:
 
	mkdir -p env
 
	virtualenv -p $(PYTHON) env
 

	
 
tkdnd_build:
 
	cd tkdnd/trunk
 
	./configure
 
	make
0 comments (0 inline, 0 general)