Skip to content

Commit

Permalink
Merge pull request #33 from KAHR-Alpha/ubuntu_fftw_fix
Browse files Browse the repository at this point in the history
libpng update
  • Loading branch information
KAHR-Alpha authored Feb 23, 2024
2 parents db91bc7 + f592032 commit 2312c2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Windows Dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
- run: Expand-Archive ./sources.zip

- run: cmake -B "${{github.workspace}}/cmake_build" -DCMAKE_INSTALL_PREFIX="${{github.workspace}}/builds/libpng" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="${{github.workspace}}/builds/zlib" -DPNG_SHARED=OFF -DPNG_STATIC=ON
working-directory: sources/lpng1642
working-directory: sources/lpng1643

- run: cmake --build "${{github.workspace}}/cmake_build" --config ${{env.BUILD_TYPE}}
working-directory: sources/lpng1642
working-directory: sources/lpng1643

- run: cmake --install "${{github.workspace}}/cmake_build"
working-directory: sources/lpng1642
working-directory: sources/lpng1643

build_freetype:
runs-on: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion contribs/build_mingw/build_dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if(!(Test-Path libpng.zip))
Invoke-WebRequest -UserAgent "Wget" -URI https://sourceforge.net/projects/libpng/files/latest/download -OutFile libpng.zip
Expand-Archive -Force ./libpng.zip
}
cd libpng/lpng1642
cd libpng/lpng1643
cmake -B "cmake_build" -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX="${build_path}/libpng" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="../../zlib_build"
cmake --build "cmake_build" --config Release --parallel 8
cmake --install "cmake_build"
Expand Down
2 changes: 1 addition & 1 deletion contribs/build_vs2022/build_dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(!(Test-Path libpng.zip))
Invoke-WebRequest -UserAgent "Wget" -URI https://sourceforge.net/projects/libpng/files/latest/download -OutFile libpng.zip
Expand-Archive -Force ./libpng.zip
}
cd libpng/lpng1642
cd libpng/lpng1643
cmake -B "cmake_build" -G "Visual Studio 17 2022" -DCMAKE_INSTALL_PREFIX="${build_path}/libpng" -DCMAKE_PREFIX_PATH="${build_path}/zlib"
cmake --build "cmake_build" --config Release --parallel 8
cmake --install "cmake_build" --config Release
Expand Down
2 changes: 1 addition & 1 deletion contribs/build_vs2022/build_dependencies_debug.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if(!(Test-Path libpng.zip))
Invoke-WebRequest -UserAgent "Wget" -URI https://sourceforge.net/projects/libpng/files/latest/download -OutFile libpng.zip
Expand-Archive -Force ./libpng.zip
}
cd libpng/lpng1642
cd libpng/lpng1643
cmake -B "cmake_build" -G "Visual Studio 17 2022" -DCMAKE_INSTALL_PREFIX="${build_path}/libpng" -DCMAKE_PREFIX_PATH="${build_path}/zlib"
cmake --build "cmake_build" --config Debug --parallel 8
cmake --install "cmake_build" --config Debug
Expand Down

0 comments on commit 2312c2b

Please sign in to comment.