Browse Source

Update REAME.md file

master
Debao Zhang 10 years ago
parent
commit
d9f627b9ca
  1. 17
      README.md

17
README.md

@ -21,27 +21,16 @@ The library can be used to
* Put the source code in any directory you like * Put the source code in any directory you like
* Open the qtxlsx.pro file using Qt Creator * Go to top directory of the project in a terminal and run
* 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
```
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 qmake
make make
make install make install
``` ```
The library, the header files, and others will be installed to your system.
#### Using the module #### Using the module
* Add following line to your qmake's project file: * Add following line to your qmake's project file:

Loading…
Cancel
Save