Skip to content

Commit

Permalink
Updated external libs versions and README
Browse files Browse the repository at this point in the history
Updated Wble, Eible and Qwtble to 1.1.0 versions. Updated README file.
  • Loading branch information
przemek83 committed Aug 16, 2023
1 parent 28f70d0 commit 0fe040a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt.eible
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ project(eible NONE)
ExternalProject_Add(eible
PREFIX eible
GIT_REPOSITORY https://github.com/przemek83/eible.git
GIT_TAG master
GIT_TAG v1.1.0
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/eible/install
)
2 changes: 1 addition & 1 deletion CMakeLists.txt.qwtble
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ project(qwtble NONE)
ExternalProject_Add(qwtble
PREFIX qwtble
GIT_REPOSITORY https://github.com/przemek83/qwtble.git
GIT_TAG master
GIT_TAG v1.1.0
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/qwtble/install
)
2 changes: 1 addition & 1 deletion CMakeLists.txt.wble
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ project(wble NONE)
ExternalProject_Add(wble
PREFIX wble
GIT_REPOSITORY https://github.com/przemek83/wble.git
GIT_TAG master
GIT_TAG v1.1.0
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/wble/install
)
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,22 @@ The tool was originally created for real estate appraisal as it gives the possib
| Tool | Windows | Lubuntu |
| --- | --- | --- |
| OS version | 10 22H2 | 22.04 |
| GCC | 8.1.0 | 9.5.0 |
| GCC | 11.2.0 | 11.3.0 |
| CMake | 3.25.0 | 3.25.0 |
| Git | 2.38.1 | 2.34.1 |
| SVN | 1.14.2 | 1.14.1 |
| Qt | 5.15.2 | 5.15.2 |
| Qt Creator | 9.0.0 |9.0.0 |
| Qwt | 6.1.6 | 6.1.6 |
| QuaZip | 0.9 | 0.9 |
| Qt | 6.5.2 | 6.5.2 |
| Qt Creator | 10.0.2 | 10.0.2 |
| Qwt | 6.2 | 6.2 |
| QuaZip | 1.4 | 1.4 |
| Zlib | 1.2.13 | 1.2.13 |
| Eible | master | master |
| QwtBle | master | master |
| Wble | master | master |
| Eible | 1.1.0 | 1.1.0 |
| QwtBle | 1.1.0 | 1.1.0 |
| Wble | 1.1.0 | 1.1.0 |

## Compilation and installation
Use directly CMake or Qt Creator. CMake **should**:
- configure everything automatically,
- download dependencies using Git (QuaZip, Zlib, Eible, Wble, Qwtble) and SVN (Qwt),
- download dependencies using Git (QuaZip, Zlib, Eible, Wble, Qwtble, Qwt),
- build dependencies,
- compile Volbx and create binaries.

Expand Down
2 changes: 1 addition & 1 deletion Shared/CommonProperties.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define VER_PRODUCTVERSION_STR "2.00"

#define VER_COMPANYNAME_STR "No Name"
#define VER_LEGALCOPYRIGHT_STR "Copyright 2014-2020"
#define VER_LEGALCOPYRIGHT_STR "Copyright 2014-2023"
#define VER_LEGALTRADEMARKS1_STR ""
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR

Expand Down

0 comments on commit 0fe040a

Please sign in to comment.