xforms-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XForms] compiling xforms 1.3.9 on OSX Sierra (Version 10.12.6)


From: jos
Subject: [XForms] compiling xforms 1.3.9 on OSX Sierra (Version 10.12.6)
Date: Sat, 16 Sep 2017 11:23:18 +0200

Hi all,

This is what I needed to do to get xforms compiled on OSX and be able to use it 
with one of my programs

1: install XQuartx 2.7.6
Apple supplies some instructions how to do so.

2: install brew

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"

3 then install some libraries:
brew install libjpeg
brew install libpng

4: install xforms from tar:

4a: tar xvfz xforms-1.3.9.tgz
4b: cd xforms-1.3.9

4c: ./configure --with-extra-lib=/usr/local/lib/ 
--with-extra-inc=/usr/local/include/

4d: make

4e: sudo make install

Jos


reply via email to

[Prev in Thread] Current Thread [Next in Thread]