]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/motif/aix.txt
fixing arc filling for angles > 180
[wxWidgets.git] / docs / motif / aix.txt
index b4bf78d2310362829bb24604d9d0c09ab455dd52..33ee280caaf2eafd6fb4d461f758f3bbea0383bc 100644 (file)
@@ -1,15 +1,15 @@
-Notes for wxWindows compilation on AIX
+Notes for wxWidgets compilation on AIX
 --------------------------------------
 
-wxWindows 2.0 has been compiled under AIX with the C set ++ 3.1.
+wxWidgets 2.0 has been compiled under AIX with the C set ++ 3.1.
 
 The environment variables CC and CXX should be set accordingly before running
 configure for the first time:
 
 For Bourne shell (sh, ksh, zsh, bash) users:
 
-       export CC=xlc
-       export CXX=xlC
+       CC=xlc ; export CC
+       CXX=xlC ; export CXX
 
 For C shell (csh, tcsh) users: