Menu

Tree [r23] / src /
 History

HTTPS access


File Date Author Commit
 BrahmiHelp_files_remainingimages 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 net 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 org 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 Compile.bat 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 CompileFirstTime.bat 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 CopyFiles.bat 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 MkJar.bat 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 MyManifest.mf 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 Readme.txt 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 Run.bat 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 RunJar.bat 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 TestingBrahmi.txt 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 compile.sh 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 compileFirstTime.sh 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 copyFiles.sh 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 mkjar.sh 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 perms.sh 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 run.sh 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip
 runjar.sh 2009-11-28 harsha_pr [r1] Same as Brahmi-Beta3-R1-c.zip

Read Me

This archive contains the required files to build Brahmi WordProcessor.




Readme.txt           - This file

Run the following batch files if you are doing a build on Windows Systems



CompileFirstTime.bat - Execute this file first to compile the source files and copy required resources

Run.bat              - Execute this file to run Brahmi from command line

Compile.bat          - Execute this file to compile, during development

CopyFiles.bat        - Copy the required resources from src directory to classes directory

MkJar.bat            - Create a jar file, Brahmi.jar. Run CompileFirstTime.bat first

RunJar.bat           - Run the jar file




Use the following files if you are doing a build on Linux.



perms.sh             - make files ready for Linux

compileFirstTime.sh  - Execute this file first to compile the source files and copy required resources

run.sh               - Execute this file to run Brahmi from command line

compile.sh           - Execute this file to compile, during development

copyFiles.sh         - Copy the required resources from src directory to classes directory

mkjar.sh             - Create a jar file, Brahmi.jar. Run compileFirstTime.sh first

runjar.sh            - Run the jar file



MyManifest.mf        - Manifest file used to make a jar file