~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/resid-fp/INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090331003715-mzclchtl0dp7fcl0
Tags: upstream-2.1.dfsg
ImportĀ upstreamĀ versionĀ 2.1.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Unless you want to do anything fancy, just say:
 
2
 
 
3
% ./configure
 
4
% make
 
5
 
 
6
ReSID-FP is compiled with a C++ compiler, so if you wish to specify compiler
 
7
and compiler flags you must set CXX and CXXFLAGS, e.g.:
 
8
% CXX=g++ CXXFLAGS="-g -O" ./configure
 
9
 
 
10
In addition to normal configure flags, you may specify
 
11
--disable-inline - Disable inlining of functions (for debugging/profiling)
 
12
 
 
13
ReSID-FP makes no installable files. The libresid.a is linked to final
 
14
executable automatically.