Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smbape committed Jun 29, 2024
1 parent a6d9a84 commit a6bf781
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Partial COM+ binding to [dlib](http://dlib.net/)
## Prerequisites

- Download and extract [opencv-4.10.0-windows.exe](https://opencv.org/releases/) into a folder
- Download and extract [autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2.7z](https://github.com/smbape/node-autoit-dlib-com/releases/download/v1.4.2/autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2.7z) into a folder
- Download and extract [autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3.7z](https://github.com/smbape/node-autoit-dlib-com/releases/download/v1.4.3/autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3.7z) into a folder

## Usage

Expand Down Expand Up @@ -165,11 +165,11 @@ Install [7-zip](https://www.7-zip.org/download.html) and add the 7-zip folder to
Then, in [Git Bash](https://gitforwindows.org/), execute the following commands

```sh
# download autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2.7z
curl -L 'https://github.com/smbape/node-autoit-dlib-com/releases/download/v1.4.2/autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2.7z' -o autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2.7z
# download autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3.7z
curl -L 'https://github.com/smbape/node-autoit-dlib-com/releases/download/v1.4.3/autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3.7z' -o autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3.7z

# extract the content of autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2.7z into a folder named autoit-dlib-com
7z x autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2.7z -aoa -oautoit-dlib-com
# extract the content of autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3.7z into a folder named autoit-dlib-com
7z x autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3.7z -aoa -oautoit-dlib-com

# download autoit-opencv-4.10.0-com-v2.6.2.7z
curl -L 'https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.6.2/autoit-opencv-4.10.0-com-v2.6.2.7z' -o autoit-opencv-4.10.0-com-v2.6.2.7z
Expand All @@ -183,13 +183,13 @@ curl -L 'https://github.com/opencv/opencv/releases/download/4.10.0/opencv-4.10.0
# extract the content of opencv-4.10.0-windows.exe into a folder named opencv-4.10.0-windows
./opencv-4.10.0-windows.exe -oopencv-4.10.0-windows -y

# download autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2-src.zip
curl -L 'https://github.com/smbape/node-autoit-dlib-com/archive/refs/tags/v1.4.2.zip' -o autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2-src.zip
# download autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3-src.zip
curl -L 'https://github.com/smbape/node-autoit-dlib-com/archive/refs/tags/v1.4.3.zip' -o autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3-src.zip

# extract the examples folder of autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2-src.zip
7z x autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.2-src.zip -aoa 'node-autoit-dlib-com-1.4.2\examples'
cp -rf node-autoit-dlib-com-1.4.2/* ./
rm -rf node-autoit-dlib-com-1.4.2
# extract the examples folder of autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3-src.zip
7z x autoit-dlib-19.24.4-opencv-4.10.0-com-v1.4.3-src.zip -aoa 'node-autoit-dlib-com-1.4.3\examples'
cp -rf node-autoit-dlib-com-1.4.3/* ./
rm -rf node-autoit-dlib-com-1.4.3

# download dlib-19.24.4-src.zip
curl -L 'https://github.com/davisking/dlib/archive/refs/tags/19.24.4.zip' -o dlib-19.24.4-src.zip
Expand Down
2 changes: 1 addition & 1 deletion autoit-dlib-com/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@TITLE AutoIt Dlib COM
@ECHO. AutoIt Dlib COM
@ECHO.
@ECHO. VERSION: 1.4.2
@ECHO. VERSION: 1.4.3
@ECHO. DLLNAME: %DLLNAME%
@ECHO.
@ECHO.
Expand Down
8 changes: 4 additions & 4 deletions autoit-dlib-com/src/dlibCOM.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,2
PRODUCTVERSION 1,4,2
FILEVERSION 1,4,3
PRODUCTVERSION 1,4,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -78,7 +78,7 @@ BEGIN
BEGIN
// VALUE "CompanyName", "TODO: <Nom de la société>"
VALUE "FileDescription", "COM+ for Dlib"
VALUE "FileVersion", "1.4.2"
VALUE "FileVersion", "1.4.3"
// VALUE "LegalCopyright", "TODO: (c) <Nom de la société>. Tous droits réservés."
#ifdef _DEBUG
VALUE "InternalName", "autoit_dlib_com-19.24.4-4100d.dll"
Expand All @@ -88,7 +88,7 @@ BEGIN
VALUE "OriginalFilename", "autoit_dlib_com-19.24.4-4100.dll"
#endif
VALUE "ProductName", "AutoIt Dlib COM"
VALUE "ProductVersion", "1.4.2"
VALUE "ProductVersion", "1.4.3"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-autoit-dlib-com",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"scripts": {
"build": "node scripts/build.js",
Expand Down

0 comments on commit a6bf781

Please sign in to comment.