From d9f627b9ca5d3c7b8820a1a41685e7ab686330dd Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Mon, 20 Oct 2014 21:20:14 +0800 Subject: [PATCH] Update REAME.md file --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ba94dcc..c2fbd35 100644 --- a/README.md +++ b/README.md @@ -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 top directory of the project in a terminal and run -* 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 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: