File: README.porting

package info (click to toggle)
ruby-ffi 1.9.6debian-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,376 kB
  • ctags: 2,126
  • sloc: ansic: 7,471; ruby: 5,585; sh: 24; 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