From: <ai...@us...> - 2013-12-06 00:23:30
|
Revision: 12819 http://sourceforge.net/p/plplot/code/12819 Author: airwin Date: 2013-12-06 00:23:27 +0000 (Fri, 06 Dec 2013) Log Message: ----------- Correct typo, all ==> build_all. Modified Paths: -------------- trunk/cmake/epa_build/README Modified: trunk/cmake/epa_build/README =================================================================== --- trunk/cmake/epa_build/README 2013-12-06 00:12:13 UTC (rev 12818) +++ trunk/cmake/epa_build/README 2013-12-06 00:23:27 UTC (rev 12819) @@ -117,10 +117,10 @@ make help # I recommend building all of them on Linux. -make all >& all.out +make build_all >& build_all.out -# Check all.out for any errors -less all.out +# Check build_all.out for any errors +less build_all.out B. Build and test a lite version of PLplot (without building or using major soft dependencies such as pango/cairo, Qt4, and wxwidgets) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |