Page 1 of 1

How to get physfs libraries?

Posted: 27 Jun 2018, 02:51
by WZ2100ModsFAn
i keep getting this error now instead.

PHYSFS_INCLUDE_DIR-NOTFOUND

PHYSFS_LIBRARY-NOTFOUND

how do i get those?

using cmake

i already ran get get-dependencies.ps1

and it finished

Re: How to get physfs libraries?

Posted: 27 Jun 2018, 05:16
by Berg

Re: How to get physfs libraries?

Posted: 27 Jun 2018, 14:45
by WZ2100ModsFAn
thanks Berg

it doesn't mention how to set the dir to physicsfs

Re: How to get physfs libraries?

Posted: 27 Jun 2018, 16:03
by pastdue
Please make sure that CMAKE_TOOLCHAIN_FILE is properly set to the path to the vcpkg toolchain in your invocation of cmake configure. (See README.md in the repo).

All dependencies installed by vcpkg should be automatically detected if the toolchain is properly set.

If you just want to obtain the latest master build to run it, you can do so using the new links under Latest development builds.

Re: How to get physfs libraries?

Posted: 27 Jun 2018, 20:13
by WZ2100ModsFAn
pastdue wrote:Please make sure that CMAKE_TOOLCHAIN_FILE is properly set to the path to the vcpkg toolchain in your invocation of cmake configure. (See README.md in the repo).

All dependencies installed by vcpkg should be automatically detected if the toolchain is properly set.

If you just want to obtain the latest master build to run it, you can do so using the new links under Latest development builds.
i have already did that

but it mentions cmake is not a command

am i using the wrong command prompt?

i went and modified environment variables

nope that didn't work... :(

Re: How to get physfs libraries?

Posted: 26 Jul 2018, 02:47
by WZ2100ModsFAn
I added the cmakecommandargs now.

But don't know what to do.

How do i configure?
The picture Taken on Visual Studio.
The picture Taken on Visual Studio.
Which program do i build on visual studio, cmake, or qt?

Re: How to get physfs libraries?

Posted: 18 Aug 2018, 17:48
by WZ2100ModsFAn
I'm still having trouble.

Can @pastdue help.