[go: up one dir, main page]

Menu

Tree [r73] / trunk /
 History

HTTPS access


File Date Author Commit
 Output 2013-04-23 schland [r21] Added support for ME 7.5.5 (1024kb file)
 bmw_edc16_error_codes 2016-08-10 schland [r66] JP: updated error list of EDC16 BMW Error codes...
 ecu 2016-08-22 schland [r72] JP: - some bugfixes, which prevent startup in W...
 icon 2014-05-16 schland [r51] JP: added donate button
 javascript 2015-11-06 schland [r59] JP: added a feature to view Testo Logs
 msstuner 2016-08-22 schland [r72] JP: - some bugfixes, which prevent startup in W...
 .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 2016-08-22 schland [r72] JP: - some bugfixes, which prevent startup in W...
 ChipFileBrowser.ui 2016-08-10 schland [r65] JP: added MSSTuner and version 0.7
 ChipFileBrowserImpl.rb 2016-08-22 schland [r72] JP: - some bugfixes, which prevent startup in W...
 Database.rb 2015-02-19 schland [r57] JP: fixed ocra make
 File.rb 2014-04-30 schland [r47] fixed encoding issues under windows
 Makefile 2016-08-10 schland [r65] JP: added MSSTuner and version 0.7
 README.txt 2016-08-10 schland [r65] JP: added MSSTuner and version 0.7
 active_table_model.rb 2016-02-22 schland [r63] JP: fixed some small things
 create_setup.iss 2016-08-22 schland [r73] JP: Version 0.7.3
 main.rb 2016-08-10 schland [r65] JP: added MSSTuner and version 0.7
 my_logger.rb 2013-08-05 schland [r27] JP: updated for activerecord 4
 nice_bytes.rb 2015-02-17 schland [r56] JP: fixed error code searching
 resources.qrc 2014-05-16 schland [r51] JP: added donate button
 resources.rb 2016-08-22 schland [r72] JP: - some bugfixes, which prevent startup in W...
 scrollmessagebox.rb 2013-01-31 schland [r3] Basic support for EDC16 ecu files
 version.rb 2016-08-22 schland [r73] JP: Version 0.7.3

Read Me

ChipFile Browser

Manual Install:

Windows:
- download ruby installer from ruby-lang.org
- gem install qtbindings
- gem install sqlite3
- gem install activerecord
- gem install actionview
- gem install digest-crc
- gem install smarter_csv
- gem install interpolate
- gem install chartkick


You may use "gem install --no-rdoc --no-ri <GEM>" to skip installation of gem documentation.
         

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 --windows --no-autoload --add-all-core --gem-full=minitest,json,nokogiri,digest-crc,mini_portile,actionview,chartkick,interpolate,smarter_csv,activerecord,activemodel,activesupport,builder,bigdecimal,arel,i18n,thread_safe,power_assert,psych,qtbindings-qt,io-console,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
- gem install digest-crc
- gem install smarter_csv
- gem install interpolate
- gem install chartkick
- gem install actionview

Running from terminal, execute:
ruby main.rb