Update REAME.md file
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user