Skip to content

Commit

Permalink
BUSMASTER v3.0.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RBEI-Saravanan committed Jun 30, 2016
1 parent 93f0f28 commit 69530be
Show file tree
Hide file tree
Showing 3,493 changed files with 237,858 additions and 332,753 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8,553 changes: 8,553 additions & 0 deletions Changelog.txt

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions DBManager_License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DB Manager License

Redistribution and use solely in binary form, without modification, are permitted provided that the following conditions are met:
� The Software is re-distributed only under this license and a copy of this license is provided.
� Except to the extent explicitly permitted by applicable law and provided in Section 4 of LGPL 3.0 reverse engineering, de-compilation, disassembly, decryption of the Software is NOT permitted.

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<topicref href="topics/git.dita" type="topic"/>
</topichead>
<topichead navtitle="Build">
<topicref href="topics/cmake.dita" type="topic"/>
<!--<topicref href="topics/cmake.dita" type="topic"/>-->
<topicref href="topics/msbuild.dita" type="topic"/>
<topicref href="topics/vc.dita" type="topic"/>
<topicref href="topics/Build_Configurations.dita" type="topic"/>
<topicref href="topics/Installation_Of_Additional_Libraries.dita" type="topic"/>
<topicref href="topics/build_order.dita" type="topic"/>
</topichead>
<topichead navtitle="Documentation">
<topicref href="topics/dita-ot.dita" type="topic"/>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- This document was created with Syntext Serna Free. --><!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/topic.dtd" []>
<topic id="astyle" xml:lang="en-us">
<title>Installation of Runtime Libraries</title>
<title>Installation of Additional Libraries</title>
<prolog>
<author>VenkataNarayan</author>
<author>Venkatanarayana Makam</author>
<copyright>
<copyryear year="2011"/>
<copyrholder>ETAS GmbH</copyrholder>
Expand All @@ -12,7 +12,7 @@
<body>
<section>
<title>Description</title>
<p> Describes about the installation of additional libraries required for BUSMASTER compilation.</p>
<p>This section describes about the installation of additional libraries required for compiling BUSMASTER and its dependency projects.</p>
</section>
<section>
<title>Support to IXXAT hardware</title>
Expand All @@ -24,39 +24,11 @@
</ul>
</section>
<section>
<title>Libxml2 linking support</title>
<p>The following steps should be followed to compile BUSMASTER.</p>
<ul>
<li>Download and Copy libxml2-2.7.8.win32, iconv-1.9.2.win32 and zlib-1.2.5.win32 from the following link <xref href="ftp://xmlsoft.org/libxml2/win32/" scope="external"/> to C: drive</li>
</ul>
<ul>
<li>Add libxml2, iconv and zlib binaries, libraries and include files in VC++ directories in Visual Studio <b>
<b>
<b>
<b>Properties</b>
</b>
</b>
</b> page for each project. This can be done by selecting the <b>Properties</b> menu item displayed on right click of a project in <b>Solution Explorer</b> as shown in the image below:</li>
</ul>
<image href="../images/vc_options.png"/>
<p>Clicking the menu item <b>Properties</b> will display the properties window as shown below:</p>
<image href="../images/libxml2Settings - edit.png"/>
<p>To add executable path for libxml2, select the <b>Executable Directories</b> option and select the combo box and click the <b>Edit...</b> option. Properties window will be displayed. Add the path for <b>bin</b> as shown below:</p>
<image href="../images/libxml2Settings.png" placement="break"/>
<p>To add include path for libxml2, select the <b>Include Directories</b> option and select the combo box and click the <b>Edit...</b> option. Properties window will be displayed. Add the path for <b>include</b> as shown below:</p>
<image href="../images/libxml2IncludeSettings.png" placement="break"/>
<p>To add library path for libxml2, select the <b>Library Directories</b> and select the combo box and click the <b>Edit...</b> option. Properties window will be displayed. Add the path for <b>lib</b> as shown below:</p>
<image href="../images/libxml2LibrarySettings.png" placement="break"/>
</section>
<section>
<title>MinGW Installation</title>
<p>The following steps should be followed to install MinGW folder and use it to successfully compile CPP files in Node Simulation using BUSMASTER.</p>
<ul>
<li>Download latest mingw executable from the following link <xref href="http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/" scope="external"/> and then use it to download the actual MinGW and copy the MinGW folder to C: drive</li>
</ul>
<ul>
<li>Set the environment variable path ‘C:\MinGW\bin’.</li>
</ul>
<b>Qt Installation</b>
<p>The following steps should be followed to install Qt 5.3.0 and use it to successfully compile LDFEditor.sln and LDFViewer.sln.<ul>
<li>Download Qt 5.5.1 Build for VS2013 and install in the location <b>C:\Qt\</b> from the following link <xref href="http://download.qt.io/archive/qt/5.5/5.5.1/qt-opensource-windows-x86-msvc2013-5.5.1.exe" scope="external">http://download.qt.io/archive/qt/5.5/5.5.1/qt-opensource-windows-x86-msvc2013-5.5.1.exe</xref></li>
<li>If Qt 5.5.1 is installed in the different location other than &apos;<b>C:\Qt\&apos;</b> then update &apos;<b>QTDIR</b>&apos; element value in the &apos;<b>Sources\BUSMASTER_Settings\QTIncludes.props</b>&apos; file with the proper location.</li>
</ul></p>
</section>
</body>
</topic>
23 changes: 23 additions & 0 deletions Documents/1 Development Environment/topics/build_order.dita
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- This document was created with Syntext Serna Free. --><!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/topic.dtd" []>
<topic id="msbuild" xml:lang="en-us">
<title>Building BUSMASTER</title>
<prolog>
<author>Tobias Lorenz</author>
<copyright>
<copyryear year="2011"/>
<copyrholder>ETAS GmbH</copyrholder>
</copyright>
</prolog>
<body>
<section><title>BUSMASTER Build Order:</title>To Build BUSMASTER its dependency solution files must be compiled first.The following section describes the order of compilation.<p><b>Order:</b></p><p><ol>
<li>Kernel\BusmasterKernel.sln</li>
<li>DBManager\DBManager.sln</li>
<li>BUSMASTER\BUSMASTER.sln</li>
<li>BUSMASTER\Language Dlls\Language Dlls.sln</li>
<li>BUSMASTER\LDFEditor\LDFEditor.sln</li>
<li>BUSMASTER\LDFViewer\LDFViewer.sln</li>
<li>BUSMASTER\Format Converter\FormatConverter.sln</li>
</ol></p></section>
</body>
</topic>
2 changes: 1 addition & 1 deletion Documents/1 Development Environment/topics/nsis.dita
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</section>
<section>
<title>Configuration</title>
<p>Download nsProcess.zip from <xref href="http://nsis.sourceforge.net/NsProcess_plugin" scope="external">http://nsis.sourceforge.net/NsProcess_plugin</xref>. Extract and Copy nsProcess.nsh to <filepath>%ProgramFiles%\NSIS\Include.</filepath></p>
<p>Download nsProcess.zip from <xref href="http://nsis.sourceforge.net/NsProcess_plugin" scope="external">http://nsis.sourceforge.net/NsProcess_plugin</xref>. Extract and Copy NsProcess\Include\nsProcess.nsh to <filepath>%ProgramFiles%\NSIS\Include and copy nsProcess.dll and nsProcessW.dll from NsProcess\Plugin to %ProgramFiles%\NSIS\Plugins.</filepath></p>
</section>
<section>
<title>Usage</title>
Expand Down
Loading

0 comments on commit 69530be

Please sign in to comment.