Skip to content

Commit

Permalink
Cleanup README
Browse files Browse the repository at this point in the history
  • Loading branch information
ccavanaugh committed Aug 12, 2017
1 parent 2664cc0 commit 1115bde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
9 changes: 3 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ For Mac OS X users, a minimum of Mac OS X 10.7 is required unless you want to ex

. Copy the jGnash folder to `/Applications`.
. Open AppleScript Editor.
.

Create the following script:

Expand All @@ -74,8 +73,6 @@ try
end try
----

.

Save it as an Application called `jGnash.app` in `/Applications/jGnash`

==== NOTES:
Expand All @@ -94,22 +91,22 @@ To build jGnash you'll need the following software installed and correctly confi
. http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK 8u71] or later.

_If you are building with a recent 64 bit Linux system, you may need to enable Multilib/32 Bit support capabilities.
Otherwise, the Maven build may fail when building the windows executables._
Otherwise, the Gradle build may fail when building the windows executables._

To create the distribution zip file, start at the main directory and run:

Building on Windows

[source]
----
gradlew distZip
gradlew clean distZip
----

Building on UN*X

[source]
----
./gradlew distZip
./gradlew clean distZip
----

A distributable zip file will be produced at the root of the build directory called jGnash-_version_-bin.zip.
Expand Down
14 changes: 5 additions & 9 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,7 @@ <h4 id="_mac_os_x_installation">Mac OS X Installation:</h4>
<p>Copy the jGnash folder to <code>/Applications</code>.</p>
</li>
<li>
<p>Open AppleScript Editor.
.</p>
<p>Open AppleScript Editor.</p>
</li>
</ol>
</div>
Expand All @@ -533,9 +532,6 @@ <h4 id="_mac_os_x_installation">Mac OS X Installation:</h4>
</div>
</div>
<div class="paragraph">
<p>.</p>
</div>
<div class="paragraph">
<p>Save it as an Application called <code>jGnash.app</code> in <code>/Applications/jGnash</code></p>
</div>
</div>
Expand Down Expand Up @@ -567,7 +563,7 @@ <h3 id="_building_jgnash">Building jGnash:</h3>
</div>
<div class="paragraph">
<p><em>If you are building with a recent 64 bit Linux system, you may need to enable Multilib/32 Bit support capabilities.
Otherwise, the Maven build may fail when building the windows executables.</em></p>
Otherwise, the Gradle build may fail when building the windows executables.</em></p>
</div>
<div class="paragraph">
<p>To create the distribution zip file, start at the main directory and run:</p>
Expand All @@ -577,15 +573,15 @@ <h3 id="_building_jgnash">Building jGnash:</h3>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>gradlew distZip</code></pre>
<pre class="highlight"><code>gradlew clean distZip</code></pre>
</div>
</div>
<div class="paragraph">
<p>Building on UN*X</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>./gradlew distZip</code></pre>
<pre class="highlight"><code>./gradlew clean distZip</code></pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -650,7 +646,7 @@ <h2 id="_development_tools">Development Tools</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-07-30 18:58:30 EDT
Last updated 2017-08-12 05:14:41 EDT
</div>
</div>
</body>
Expand Down

0 comments on commit 1115bde

Please sign in to comment.