[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
[patch] README
- To: VSIPL++ Developers List <vsipl++@xxxxxxxxxxxxxxxx>
- Subject: [patch] README
- From: Don McCoy <don@xxxxxxxxxxxxxxxx>
- Date: Sun, 22 Jan 2006 21:09:19 -0700
This patch updates the configuration instructions in the README file.
Committed.
--
Don McCoy
CodeSourcery
Index: ChangeLog
===================================================================
RCS file: /home/cvs/Repository/vpp/ChangeLog,v
retrieving revision 1.387
diff -c -p -r1.387 ChangeLog
*** ChangeLog 23 Jan 2006 03:42:45 -0000 1.387
--- ChangeLog 23 Jan 2006 03:56:31 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2006-01-22 Don McCoy <don@xxxxxxxxxxxxxxxx>
+
+ * README: Minor update in configuration instructions.
+
2006-01-22 Stefan Seefeld <stefan@xxxxxxxxxxxxxxxx>
* doc/tutorial/api.xml: Last-minute fixes for the 1.0 release.
Index: README
===================================================================
RCS file: /home/cvs/Repository/vpp/README,v
retrieving revision 1.2
diff -c -p -r1.2 README
*** README 3 Jun 2005 04:08:42 -0000 1.2
--- README 23 Jan 2006 03:56:31 -0000
*************** more details, see the COPYRIGHT file.
*** 7,16 ****
For detailed instructions on configuring, building, and installing
Sourcery VSIPL++, please consult the instructions in doc/quickstart.pdf.
! However, for the impatient, it should be possible to install Sourcery VSIPL++
! by:
! ./configure --prefix=<installation_directory>
make
make install
--- 7,16 ----
For detailed instructions on configuring, building, and installing
Sourcery VSIPL++, please consult the instructions in doc/quickstart.pdf.
! However, for the impatient, it should be possible to install a minimal
! Sourcery VSIPL++ configuration with:
! ./configure --with-fft=none --prefix=<installation_directory>
make
make install
|