Update REAME.md file

This commit is contained in:
Debao Zhang
2014-10-20 21:20:14 +08:00
parent a0d1c14348
commit d9f627b9ca
+3 -14
View File
@@ -21,27 +21,16 @@ The library can be used to
* Put the source code in any directory you like
* Open the qtxlsx.pro file using Qt Creator
* Build the project.
* Play with the examples provided by Qt Xlsx if you like.
* Go to the build directory of the project in a terminal and run
* Go to top directory of the project in a terminal and run
```
make install
```
The library, the header files, and others will be installed to your system.
> **Note**: If you don't want to use Qt Creator, you can run following command
at the toplevel directory of the project
> ```
qmake
make
make install
```
The library, the header files, and others will be installed to your system.
#### Using the module
* Add following line to your qmake's project file: