[go: up one dir, main page]

Menu

Tree [r41] / trunk /
 History

HTTPS access


File Date Author Commit
 Output 2013-04-23 schland [r21] Added support for ME 7.5.5 (1024kb file)
 ecu 2014-04-28 schland [r39] added support for MS43 ecu
 icon 2012-09-27 schland [r2] commited first version
 .buildpath 2013-01-31 schland [r3] Basic support for EDC16 ecu files
 .project 2013-01-31 schland [r3] Basic support for EDC16 ecu files
 ChipFileBrowser.rb 2014-04-28 schland [r40] fixed for newer version
 ChipFileBrowser.ui 2013-04-25 schland [r23] Optimized layout a little bit, to fit on small ...
 ChipFileBrowserImpl.rb 2014-04-28 schland [r41] fix for newer qtbindings
 Database.rb 2013-08-05 schland [r27] JP: updated for activerecord 4
 File.rb 2013-02-07 schland [r6] Updated Setup, uninstall before install
 Makefile 2013-08-05 schland [r28] JP: fixed Makefile
 README.txt 2014-04-28 schland [r40] fixed for newer version
 active_table_model.rb 2014-04-28 schland [r40] fixed for newer version
 create_setup.iss 2013-08-05 schland [r29] JP: updated innosetup to version 0.4
 main.rb 2013-08-05 schland [r27] JP: updated for activerecord 4
 my_logger.rb 2013-08-05 schland [r27] JP: updated for activerecord 4
 nice_bytes.rb 2012-09-27 schland [r2] commited first version
 scrollmessagebox.rb 2013-01-31 schland [r3] Basic support for EDC16 ecu files
 version.rb 2013-08-05 schland [r27] JP: updated for activerecord 4

Read Me

ChipFile Browser

Manual Install:

Windows:
- download ruby installer from ruby-lang.org
- gem install qtbindings
- gem install sqlite3
- gem install activerecord, note: for activerecord 4 you need ruby devkit

For building deployable .exe
- gem install ocra
- Download innosetup

To build exe with ocra:
ocra --no-autoload --windows --output ChipFileBrowser.exe main.rb

-> Open an original file, perform a search which gives a result.

To build installer with ocra (on windows only):

- get Tourtoise SVN and install with command line tools
- get make for Windows or MinGW
- run "make installer" or directly:
ocra --no-autoload --windows --add-all-core --gem-full=activerecord,activemodel,activesupport,atomic,arel,i18n,thread_safe,multi_json,builder,qtbindings,sqlite3  --innosetup create_setup.iss --output "ChipFileBrowser.exe" --no-lzma --chdir-first --icon icon/chipfilebrowser.ico main.rb


Linux:
- install ruby
- gem install qtbindings
- gem install sqlite3
- gem install activerecord

Running from terminal, execute:
ruby main.rb