Skip to content

Commit

Permalink
Bump version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogtinator committed Aug 31, 2017
1 parent 1770903 commit 62bf99d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Ndless v4.4 r2008 for TI-Nspire OS v4.4.0
=============================================
Ndless v4.5 r2010 for TI-Nspire OS v4.5.0.1180
==============================================

Installing Ndless on your calculator makes it possible to run assembly programs.

Expand Down Expand Up @@ -30,6 +30,16 @@ For more in-depth info, visit the wiki:
Quick guide
===========

OS 4.5.0 <img src="https://i.imgur.com/ZdWgSCq.png" align="right">
--------

Prerequisites: OS 4.5.0 on CX or CX CAS

* Transfer ndless_installer_4.5.0.tns into a folder named "ndless" (top-level)
* Transfer ndless_resources.tns into the same folder
* Open the installer and wait
* Have fun!

OS 4.4.0 <img src="http://i.imgur.com/mDOg6JG.png" align="right">
--------

Expand Down
2 changes: 1 addition & 1 deletion ndless/src/resources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GENZEHN = genzehn

GCCFLAGS = -Wall -Wextra -W -marm
LDFLAGS = -Wl,-e,main,--gc-sections
ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2009
ZEHNFLAGS = --name "ndless_resources" --include-bss --uses-lcd-blit true --version 2010

ifeq ($(DEBUG),FALSE)
GCCFLAGS += -Os
Expand Down

0 comments on commit 62bf99d

Please sign in to comment.