forked from QuasarApp/QtBigInt
ref #11 README.md grammar correction
This commit is contained in:
parent
5fc8657cfb
commit
e5c53d06fb
@ -27,7 +27,7 @@
|
|||||||
* git submodule update --init --recursive
|
* git submodule update --init --recursive
|
||||||
* Include in your pro file the pri file of QtBigInt library
|
* Include in your pro file the pri file of QtBigInt library
|
||||||
>>include($$PWD/QtBigInt/GMP.pri)
|
>>include($$PWD/QtBigInt/GMP.pri)
|
||||||
* Rebuild yuor project
|
* Rebuild your project
|
||||||
|
|
||||||
## For cmake projects
|
## For cmake projects
|
||||||
#### The cmake build do not required Qt libraries.
|
#### The cmake build do not required Qt libraries.
|
||||||
@ -39,7 +39,7 @@
|
|||||||
>> set(WITHOUT_TESTS 1)
|
>> set(WITHOUT_TESTS 1)
|
||||||
* Include in your CMakeLists.txt file the main CMakeLists.txt file of QtBigInt library
|
* Include in your CMakeLists.txt file the main CMakeLists.txt file of QtBigInt library
|
||||||
>> add_subdirectory(QtBigInt)
|
>> add_subdirectory(QtBigInt)
|
||||||
* Rebuild yuor project
|
* Rebuild your project
|
||||||
|
|
||||||
``` cmake
|
``` cmake
|
||||||
set(WITHOUT_TESTS 1)
|
set(WITHOUT_TESTS 1)
|
||||||
@ -66,7 +66,7 @@ target_link_libraries(MyBinary PUBLIC QtBigInt)
|
|||||||
* git submodule update --init --recursive
|
* git submodule update --init --recursive
|
||||||
* Add the rule for build QtBigInt
|
* Add the rule for build QtBigInt
|
||||||
* Add INCLUDEPATH and LIBS for your build system
|
* Add INCLUDEPATH and LIBS for your build system
|
||||||
* Rebuild yuor project
|
* Rebuild your project
|
||||||
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user