[argyllcms] Re: Wanted: Spyder 3 and ColorMunki Beta Testers - source update

  • From: Florian Höch <lists+argyllcms@xxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Fri, 26 Jun 2009 16:03:25 +0200

Hello,

I compiled win32 binaries using MinGW/ftjam a while ago. You may get them here:

http://hoech.net/files/Argyll_V1.10_Beta_win32.zip

Regards,

Florian Höch

PS:
Here's how I compiled, for those who are interested:

MinGW http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780

ftjam
http://sourceforge.net/project/showfiles.php?group_id=3157&package_id=19789

I used my own 'makeargyll.bat' which works for me since Argyll 0.7-something (I think) and looks like this:

@echo off
setlocal

REM Change paths as needed
set JAM=%SystemDrive%\ftjam-win32
set MingW=%SystemDrive%\MinGW
set argyllsrc=C:\argyllcms\Argyll_V1.1.0_Beta

REM Do not change below this point
set JAM_TOOLSET=MINGW
path %JAM%;%MingW%\bin;%PATH%
echo Jam: %JAM%
echo MinGW: %MingW%
echo Starting build process in %argyllsrc%
echo Build logfile: %argyllsrc%\makeall.log
echo Please wait...
pushd "%argyllsrc%"
call makeall.bat > makeall.log 2>&1
popd
echo ...done.
echo Installing binaries to %argyllsrc%\bin
echo Install logfile: %argyllsrc%\install.log
echo Please wait...
pushd "%argyllsrc%"
if exist install.log del install.log
for %%i in (numlib tiff libusb libusbw plot icc cgats rspl gamut xicc spectro xicc imdi target scanin profile link tweak render) do (
        echo %%i >> install.log 2>>&1
        pushd %%i
        jam -f..\Jambase install >> ..\install.log 2>>&1
        popd
        echo. >> install.log 2>>&1
)
popd
echo ...done.
set /p l=View build logfile? (y/n)
if /i "%l%"=="y" start notepad.exe "%argyllsrc%\makeall.log"
set /p l=View install logfile? (y/n)
if /i "%l%"=="y" start notepad.exe "%argyllsrc%\install.log"



Alexey Gribunin schrieb:
Hello!

Does anyone have Argyll_V1.1.0_Beta binaries compiled for Win32? I have ColorMunki and can do some tests with it, but unfortunately I have no experience on compilation, I tried to do it but without success.

Best regards,
Alexey Gribunin.


Other related posts: