コード例 #1
0
ファイル: actions.py プロジェクト: jeremie1112/pisilinux
def setup():
    shelltools.cd("%s/libpit" % get.curDIR())
    autotools.configure("--prefix=/usr")
    shelltools.cd("..")
    shelltools.cd("%s/heimdall" % get.curDIR())
    autotools.configure("--prefix=/usr")
    shelltools.cd("..")
    shelltools.cd("%s/heimdall-frontend" % get.curDIR())
    autotools.system("qmake .")
    shelltools.cd("..")
コード例 #2
0
ファイル: actions.py プロジェクト: HamurcuH/playground
def setup():
    shelltools.cd("%s/libpit" % get.curDIR())
    autotools.configure("--prefix=/usr")
    shelltools.cd("..")
    shelltools.cd("%s/heimdall" % get.curDIR())
    autotools.configure("--prefix=/usr")
    shelltools.cd("..")
    shelltools.cd("%s/heimdall-frontend" % get.curDIR())
    autotools.system("qmake .")
    shelltools.cd("..")
コード例 #3
0
ファイル: actions.py プロジェクト: zekizeki2010/playground
def build():
    autotools.system("./INSTALL.sh")
コード例 #4
0
ファイル: actions.py プロジェクト: tulliana/playground
def build():
    autotools.system("./INSTALL.sh")