Changes between Version 4 and Version 5 of DownloadPage


Ignore:
Timestamp:
01/09/2018 10:33:58 AM (8 years ago)
Author:
jdalbey
Comment:

edit for revision 143

Legend:

Unmodified
Added
Removed
Modified
  • DownloadPage

    v4 v5  
    11= Download ''Script Builder'' = 
    2 ||Application||Version||Date|| 
    3 ||[https://www.dropbox.com/s/zu54buh1102hoiz/ScriptBuilder4.jar?dl=0 ScriptBuilder Prototype]||4||2017.07.25|| 
    4 ||[http://git.tokomak.net:8888/attachment/wiki/DownloadPage/ScriptBuilder.zip ScriptBuilder Program]||1||2017.10.19|| 
     2||Application||Revision||Date|| 
     3||[http://git.tokomak.net:8888/attachment/wiki/DownloadPage/ScriptBuilder.zip ScriptBuilder.zip]||1||2017.10.19|| 
    54||[attachment:AppName1.0.jar]||1.0||date|| 
    65 
    76 
    87=== System Requirements === 
    9  * Requires at least Java 5. 
    10  * An Intel 486 (or equivalent) or faster processor. 
    11  * etc. 
     8 * Requires at least Java 7. 
     9 * An Intel Core Duo (or equivalent) or faster processor. 
     10 
    1211 
    1312=== Release Notes === 
    14 Partially functioning prototype Java application by Greg Eddington. 
     13Revision 143 is a working application with just enough functionality to create a script that actually runs in Simulation Manager.  Audio files must be manually entered by filename. 
    1514 
    1615=== Known Issues === 
    17 Only prototype quality. 
     16No known critical issues.  
    1817 
    1918=== Installation Instructions === 
    20 ''Brief installation directions will appear here.'' 
     19 * Download the most recent version of the !ScriptBuilder zip file. 
     20 * Unzip the zip file, which will yield three files 
     21    1. !ScriptBuilder.jar 
     22    1. application.properties 
     23    1. Incidents directory 
     24 * Double-click on !ScriptBuilder.jar to launch the application.  (If you don't have the proper file associations setup for Jar files, then Open a terminal and start the application with this command:  [[BR]]`java -jar ScriptBuilder.jar` 
     25 
     26 * You can verify the revision number from within the application by choosing the "Help > About" menu. 
     27 
     28=== Archive === 
     29!ScriptBuilder Prototype by Greg Eddington (pre-2017) [https://www.dropbox.com/s/zu54buh1102hoiz/ScriptBuilder4.jar?dl=0 ScriptBuilder4.jar] 
     30 
     31 
    2132 
    2233----