How to build from source #144
-
There isn't anything about building from source in the readme file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
My PAR clients (par1j.exe, par2j.exe, and par2j64.exe) were developed independently from MultiPar GUI at first. They were command-line tools ago. I made GUI front-end later, and published in one package as current MultiPar. There is I use Visual Studio 2022 for development now. par2j's source code package includes a project file (
|
Beta Was this translation helpful? Give feedback.
My PAR clients (par1j.exe, par2j.exe, and par2j64.exe) were developed independently from MultiPar GUI at first. They were command-line tools ago. I made GUI front-end later, and published in one package as current MultiPar. There is
ReadMe2_English.txt
inhelp
folder of MultiPar. It's the ReadMe file for par2j.I use Visual Studio 2022 for development now. par2j's source code package includes a project file (
par2j.vcxproj
) for Visual Studio. It includes special required header files for OpenCL, too. I write example of how to complie par2j.You need to install Visual Studio 2022 at first.
Because I release open source applications, I use Visual Studio Community 2022. Other version may be…