File: README.porting

package info (click to toggle)
ruby-ffi 1.17.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,988 kB
  • sloc: ruby: 9,446; ansic: 7,713; xml: 151; sh: 51; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
Before building this package for new architectures, you have first to generate
a configuration for that architecture, which is used at runtime to determine
size of data types.

To do that, just run:

  $ debian/rules gen_arch_config
 
This will create a new configuration directory in lib/ffi/platform/ for the new
architecture, and a types.conf file inside it. Please submit that file to be
included in the upstream sources.

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 08 Jan 2014 09:26:30 -0300