Files
Rust-BBEdit/README.md
Benjamin Sago a1f5dad700 Readme updates
- Link to the new Wiki pages
- Rewrite compilation notes
- Offer to download the zip instead of going through the whole git process
2015-12-08 19:34:24 +00:00

2.3 KiB
Raw Permalink Blame History

BBEdit Package for Rust

"Screenshots of the Rust BBEdit language module"

This is a BBEdit 11 Package for Rust. It provides the following features:

See the Wiki pages for more information and screenshots.

Installation

To install this package, simply clone the repo into BBEdits Packages folder:

$ git clone https://github.com/ogham/Rust-BBEdit.git ~/Library/Application\ Support/BBEdit/Packages/Rust.bbpackage

Then restart your BBEdit and it should be picked up. Its necessary for the filename to end in .bbpackage.

Alternatively, just download this .zip of the source and extract it to that directory.

Compilation

To compile your own version, youll need Xcode, Rust, and Cargo. The default schema outputs a .bblm, and comes with a Run build step so you can debug the module while BBEdit is running. Youll also need the BBEdit SDK. The project assumes its mounted under /Volumes/BBEdit SDK.

Once youve got all that set up, simply run make and itll compile the language module and Rust helper tools for you.

Note that compiled versions of these tools already exist in the repository—you wont be generating anything that doesnt already exist!