2010-05-12 Ramon Novoa <rnovoa@artica.es>
* build.sh: Added to repository. Pandora Agent installer build script. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2703 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
599280bdce
commit
85dd1e7513
|
@ -1,3 +1,7 @@
|
|||
2010-05-12 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* build.sh: Added to repository. Pandora Agent installer build script.
|
||||
|
||||
2010-04-23 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* bin/pandora_agent.conf: Updated sample conf with some examples of
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Build the Pandora Agent installer.
|
||||
# The installer will be placed in ./installer/output/.
|
||||
# InstallJammer must be installed and in the PATH.
|
||||
|
||||
./autogen.sh && ./configure --host=i586-mingw32msvc && make clean && make && cp PandoraAgent.exe bin/ && installjammer --build installer/pandora.mpi
|
||||
|
Loading…
Reference in New Issue