Skip to content

Commit

Permalink
Changed installation instructions to use #stable
Browse files Browse the repository at this point in the history
  • Loading branch information
marianopeck committed Jan 27, 2016
1 parent 4e20cd9 commit 4dac142
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,19 @@ Then, from within Pharo, execute the following to install FFICHeaderExtractor:

```Smalltalk
Metacello new
baseline: 'FFICHeaderExtractor';
configuration: 'FFICHeaderExtractor';
repository: 'github://marianopeck/FFICHeaderExtractor:master/repository';
version: #stable;
load.
```

Besides the above installation instructions, FFICHeaderExtractor can also be installed from the `Catalog Browser`, already present in Pharo. Just open it, search for FFICHeaderExtractor, then right click, `Install stable version`.


> Important: so far FFICHeaderExtractor works only in OSX and Unix.


## Getting Started
The user of this tool will be a developer of a FFI-based project. As an example, let's say we want to call some functions from the `libc` (the standard C library) via FFI. `libc` is huge and it has lots of functions and constants. For our example we will take only a small portion of it.

Expand Down

0 comments on commit 4dac142

Please sign in to comment.