bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] gnubg on FreeBSD 4.7


From: Yoshito Takeuchi
Subject: [Bug-gnubg] gnubg on FreeBSD 4.7
Date: Fri, 25 Oct 2002 07:35:24 +0900

Hi there.

I tried install gnubg on FreeBSD 4.7.
I have one problem.
Make command have error because make process gnubg.weights -> gnubg.wd
I made gnubg.wd by manual ( # ./makeweights < gnubg.weights > gnubg.wd ).
Another is good.
I have gnubg on Freebsd and Windows both now :-)

This is memo. 
If something wrong, please teach me.

1. Install FreeBSD with Gnome2( may be no problem with KDE, but not try)

2. Get automake-1.6.3.tar.gz from ftp://ftp.gnu.org/gnu/automake
   ( FreeBSD ports collection does not have automake-1.6 now)
   and install.
   # tar xvfz automake-1.6.3.tar.gz
   # cd automake-1.6.3
   # ./configure
   # make install

3. Get gnubg-021023.tar.gz, gnubg.bd.gz, gnubg.weights-0.12.gz from 
ftp:://alpha.gnu.org/gnu/gnubg/
   and 
   # tar xvfz gnubg-021023.tar.gz
   # gunzip gnubg.bd.gz
   # cp gnubd.bd gnubg
   # gunzip gnubg.weights-0.12.gz
   # cp gnubg.weights-0.12 gnubg/gnubg.weights        /* note copy without -0.12

4. Make gnubg

   # cd gnubg
   # ./autogen.sh
   # ./configure
   # ./makeweights < gnubg.weights > gnubg.wd      /* note manual
   # make
   # make check
   # make install

5. start gnubg
   # gnubg                                        /* :-)





reply via email to

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