Coder Social home page Coder Social logo

oldmud0 / toolchain Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ce-programming/toolchain

0.0 1.0 0.0 2.52 MB

Toolchain for C programming on the TI CE calculators (TI-84 Plus CE / TI-83 Premium CE)

License: GNU Lesser General Public License v3.0

Makefile 3.55% C 36.26% Assembly 57.38% C++ 0.15% POV-Ray SDL 0.53% NSIS 2.13%

toolchain's Introduction

About

The CE C Software Development Kit incorporates a wide variety of tools and documentation in order to build programs in C natively for the TI-84+CE/TI-83PCE line of calculators.

Getting Started

It is recommended that you grab the latest release from here if you are looking to get started. Feel free to also bookmark the wiki pages, as they will become a helpful guide.

Included you will find examples using the 'Standard' CE C Libraries. These perform efficient and easy support for graphics, file I/O, keypad input, etc. Be sure to grab them if you plan to use them.

Building

These steps are only if you wish to help with development of the toolchain.

If you are using windows, mingw+msys is required for building.

If you are using linux or mac, wine is required for building.

Clone the repo: (Note the --recursive option)

git clone --recursive https://github.com/CE-Programming/toolchain.git

Then type:

cd toolchain && make && make install

By default, make install will install into the home (~/CEdev) directory on linux and mac, and in the root drive (C:\CEdev) directory on windows. This is configurable with make install PREFIX={DIFFERENT_LOCATION}

If you wish to view a list of available makefile rules, type: make help

If you wish to build a release; nsis is required for windows. Because of limitations of the current software; the special Large strings build is needed. You can find it here. Note also that you must configure your path variable to point to the nsis installation directory.

To build a release, type: make dist

Help

You can join us on the IRC/EFNet server #ez80-dev if you have any questions. (ask for help)

toolchain's People

Contributors

mateoconlechuga avatar adriweb avatar runer112 avatar elfprince13 avatar jacobly0 avatar kermmartian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.