summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-12-23 09:49:57 +0000
committerManolo Gouy <Manolo>2010-12-23 09:49:57 +0000
commit122c0e6859149a6a015608fe9d7b7e3d81c3a026 (patch)
tree7fbad1c5b18933938b15d5e8e11a70696e45694b
parent25c975aa1b828d2f37ce60b563d2a4f4fa4a50bd (diff)
Corrected typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8112 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--README.Unix.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.Unix.txt b/README.Unix.txt
index 6d1410750..95f5236a2 100644
--- a/README.Unix.txt
+++ b/README.Unix.txt
@@ -175,7 +175,7 @@ Download FLTK from here:
If you are familiar with "subversion" and like to stay current with your
version, you will find the subversion access parameters at the bottom of that
-page. Unpack FLTK into a convinient location. I like to have everything in my
+page. Unpack FLTK into a convenient location. I like to have everything in my
dev directory:
cd
@@ -198,12 +198,12 @@ Now configure your FLTK installation:
./configure
ADVANCED: type "./configure --help" to get a complete list of optional
-configurations parameters. These should be pretty self-explenatory. Some
+configurations parameters. These should be pretty self-explanatory. Some
more details can be found in README.
:END_ADVANCED
The configuration script will check your machine for the required resources
-which you should have installed as described in the Perequisites chapter. Review
+which you should have installed as described in the Prerequisites chapter. Review
the Configuration Summary, maybe take some notes.
@@ -244,7 +244,7 @@ icons under "/usr/share" by typing:
sudo make install-desktop
-It is possible to install FLTK without superuser previleges by changing the
+It is possible to install FLTK without superuser privileges by changing the
installation path to a location within the user account by adding the
"--prefix=PREFIX" parameters to the "./configure" command.
@@ -270,7 +270,7 @@ recommend that you add it to the command search path.
Code::Blocks is a free and popular C++ IDE in the Linux world. It also runs on
OS X and MSWindows. Configured correctly, it can also cross-compile between
-thise platforms. This chapter focuses on creating a new FLTK project for Linux,
+these platforms. This chapter focuses on creating a new FLTK project for Linux,
assuming that FLTK 1.3 was previously built and installed in its default
location from the command line.
@@ -283,11 +283,11 @@ version 10.05:
Start Code::Blocks. Select File > New > Project. In the "New from template"
dialog box, click on "FLTK project" and follow the instructions.
-The defualt project support basic fltk. If you would like to add support for
+The default project support basic fltk. If you would like to add support for
images, OpenGL, GLUT, or Forms, add the corresponding flags --use-images,
--use-gl, --use-glut, and --use-forms respectively.
-The flags are located in the "Project Buld Options" dialog. To change the
+The flags are located in the "Project Build Options" dialog. To change the
compiler flags, select your project in the tree view, then select the
"Compiler Settings" tab, then "Other Options" and add the flags to
`fltk-config --cxxflags` in front of the second "`".