All Projects → jichu4n → homebrew-palm-os

jichu4n / homebrew-palm-os

Licence: Apache-2.0 license
Homebrew formulae for working with Palm OS devices

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-palm-os

dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (-4.17%)
Mutual labels:  homebrew
.config
⚙️ Bootstrappable user environment for macOS & Ubuntu
Stars: ✭ 31 (+29.17%)
Mutual labels:  homebrew
HWL-SaveEditor
An Save-Editor for the game Hyrule Warriors Legends (Nintendo 3DS)
Stars: ✭ 18 (-25%)
Mutual labels:  homebrew
ctruLua
ctrµLua: Lua homebrewing for 3DS
Stars: ✭ 22 (-8.33%)
Mutual labels:  homebrew
action-homebrew-bump-formula
⚙️ A GitHub Action to easily bump Homebrew formula on new release
Stars: ✭ 68 (+183.33%)
Mutual labels:  homebrew
dotfiles
My dotfiles, meant for use on macOS computers
Stars: ✭ 48 (+100%)
Mutual labels:  homebrew
dslibris
An ebook reader for the Nintendo DS, DS Lite, and DSi.
Stars: ✭ 31 (+29.17%)
Mutual labels:  homebrew
CrypticWatch
Rather cryptic watch face for Fossil's Wrist PDA Palm OS-powered smart watches
Stars: ✭ 18 (-25%)
Mutual labels:  palmos
solbera-dnd-fonts
Solbera's DND5e fonts
Stars: ✭ 159 (+562.5%)
Mutual labels:  homebrew
homebrew-ecmascript
Homebrew formulae for ECMAScript engines
Stars: ✭ 13 (-45.83%)
Mutual labels:  homebrew
homebrew-bottle-mirror
mirror tool to sync homebrew bottle files
Stars: ✭ 36 (+50%)
Mutual labels:  homebrew
Palmprint-Recognition-in-the-Wild
No description or website provided.
Stars: ✭ 22 (-8.33%)
Mutual labels:  palm
craftus reloaded
A second attempt at a homebrew Minecraft clone for 3DS
Stars: ✭ 44 (+83.33%)
Mutual labels:  homebrew
libusbhsfs
USB Mass Storage Class Host + Filesystem Mounter static library for Nintendo Switch homebrew applications.
Stars: ✭ 81 (+237.5%)
Mutual labels:  homebrew
NSW-Custom-Game-Icons
Nintendo Switch custom game icons, icon repo for NX-GiC
Stars: ✭ 33 (+37.5%)
Mutual labels:  homebrew
spelunky-psp
Spelunky remake for Sony PSP.
Stars: ✭ 94 (+291.67%)
Mutual labels:  homebrew
xash3d-switch
Check out https://github.com/fgsfdsfgs/xash3d-fwgs for an updated version
Stars: ✭ 60 (+150%)
Mutual labels:  homebrew
homebrew-aws
Homebrew is a package manager for macOS which provides easy installation and update management of additional software. This Tap (repository) contains the Formulae that are used in the macOS AMI that AWS offers.
Stars: ✭ 50 (+108.33%)
Mutual labels:  homebrew
new-browserhax-XL
Another one!
Stars: ✭ 32 (+33.33%)
Mutual labels:  homebrew
EDCC-Palmprint-Recognition
EDCC: An efficient and accurate algorithm for palmprint recognition.
Stars: ✭ 103 (+329.17%)
Mutual labels:  palm

Homebrew Tap for Palm OS Utilities

This repository contains Homebrew formulae for working with Palm OS devices.

pilot-link is a suite of tools for connecting to Palm OS devices on Unix-like systems. The original website (http://www.pilot-link.org) is now defunct, but you can refer to the man pages (e.g. here) and online resources for help. A good place to start would be the TLDP pilot-link HOWTO.

To install:

$ brew tap jichu4n/palm-os
$ brew install pilot-link

prc-tools

prc-tools is a collection of tools supporting C and C++ programming for Palm OS. It supplies a full GCC cross-compilation toolchain for m68k and ARM, as well as Palm OS-specific utilities.

This formula uses the jichu4n/prc-tools-remix codebase, which patches the last prc-tools release to compile and run on modern Linux and macOS.

To install:

$ brew tap jichu4n/palm-os
$ brew install prc-tools

The compilation takes about 10-15 minutes, as measured on a 2014 MacBook Pro (Core i5 Haswell).

After install, prc-tools will look for Palm OS SDK files in /usr/local/opt/prc-tools/palmdev. You can either download and extract the SDK files yourself, or use the palm-os-sdk formula below.

palm-os-sdk

This formula will install an archive of the Palm OS SDK from jichu4n/palm-os-sdk for use with prc-tools.

To install:

$ brew tap jichu4n/palm-os
$ brew install palm-os-sdk

You will then need to run palmdev-prep to let prc-tools know about the SDK location.

pilrc

PilRC is a Palm OS resource compiler. It compiles a textual description of Palm OS forms, bitmaps, fonts, and other resources into a binary form that can be included in an application or library.

To install:

$ brew tap jichu4n/palm-os
$ brew install pilrc
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].