User Tools

Site Tools


build:common_pitfalls

Differences

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

Link to this comparison view

Next revision Both sides next revision
build:common_pitfalls [2010/04/16 06:43]
j.m created
build:common_pitfalls [2010/04/16 06:44]
j.m
Line 5: Line 5:
 It is common for Fink/​OpenDarwin or if you compile Avidemux as a simple user. Assuming the extras are in /sw, do It is common for Fink/​OpenDarwin or if you compile Avidemux as a simple user. Assuming the extras are in /sw, do
  
-  ​export CFLAGS="​-I/​sw/​include"​ +<code bash> 
-  export CXXFLAGS=$CFLAGS +export CFLAGS="​-I/​sw/​include"​ 
-  export CPPFLAGS=$CFLAGS +export CXXFLAGS=$CFLAGS 
-  export LDFLAGS="​-L/​sw/​lib"​+export CPPFLAGS=$CFLAGS 
 +export LDFLAGS="​-L/​sw/​lib"​ 
 +</​code>​
  
 You can add as much as you want. You can add as much as you want.
build/common_pitfalls.txt · Last modified: 2012/11/11 08:51 (external edit)