/[pspp]/psppire/README
ViewVC logotype

Diff of /psppire/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jmd, Tue Nov 2 11:17:12 2004 UTC revision 1.2 by jmd, Wed Oct 26 08:55:09 2005 UTC
# Line 1  Line 1 
1  This is pre-alpha software.  This is pre-alpha software.
2  It doesn't actually work.  It doesn't actually work.
3    
4    .....................................
5    
6    There are hidden dependencies between pspp and psppire
7    
8    In order to build this software you need to do the following:
9    
10    1. Check out and build the pspp module from CVS. It must be on the same directory level
11       as this directory.
12    
13    
14    2. Copy the file called gui_aux.make into the pspp/src directory
15    
16    3. In the pspp/src directory type "make -f gui_aux.make libpspp_data.a"
17    
18    4. Copy the result into the psppire/src directory
19    
20    
21    
22    EXAMPLE
23    
24    $ ls
25    pspp psppire
26    $ cd pspp/src
27    $ cp ../../psppire/gui_aux.make .
28    $ make -f gui_aux.make  libpspp_data.a
29    $ cp libpspp_data.a ../../psppire/src
30    
31    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26