User Tools

Site Tools


scons

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scons [2009/08/11 12:57] suapapascons [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 윈도에서 scons 설치하기 ======
 +  *파이썬 2.6.x설치
 +  *[[http://sourceforge.net/projects/scons/files/scons/1.2.0/scons-1.2.0.win32.exe/download|윈도용 scons]] 다운로드 -> 설치
 +  *제어판->시스템->고급->환경변수->PATH에서 편집 ;C:\Python26\Scripts 추가
 +
 ====== basic ====== ====== basic ======
 정적라이브러리 정적라이브러리
Line 31: Line 36:
 dbg.Program(d) dbg.Program(d)
 </code> </code>
 +환경 추가
 +<code python>
 +env.Append(CCFLAGS = "-g" )
 +env.Append(LINKFLAGS = "-Xlinker -Map=output.map")
 +</code>
 +
 ====== install ====== ====== install ======
 install 이라는 alias를 생성 install 이라는 alias를 생성
Line 64: Line 75:
 env.Foo('file') env.Foo('file')
 </code> </code>
 +====== references ======
 +  *[[http://www.scons.org/|scons]] official home
 +  *[[http://www.doyub.com/blog/tag/SCons|scons tutorial]] in Doyub Kim's blog
 +  *[[http://quirkygba.blogspot.com/2008/10/alternatives-to-make-part-ii.html|Alternatives to Make, Part II] scons with arm-tool-chain]]
scons.1249995422.txt.gz · Last modified: 2013/08/03 05:04 (external edit)