Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

your advice for create the makefile in build.md don't work the makefile keep missing #292

Open
Azaretdodo opened this issue May 12, 2020 · 8 comments

Comments

@Azaretdodo
Copy link

Hello,

your advice for create the makefile in build.md don't work the makefile keep missing,

Thank you in advance to bring to myself a makefile for fully install your GitHub,

Regards.

Azaretdodo.

@Azaretdodo
Copy link
Author

WhatIUseForCreateTheMakeFile

Thank you in advance to help myself create the makefile for install fully your GitHub,

Regards.

Azaretdodo

@TonyBarbour
Copy link
Contributor

From BUILD.md:

For all platforms, start with:

git clone https://github.com/LunarG/VulkanSamples.git
cd VulkanSamples
mkdir build
cd build

For 64-bit Linux, continue with:

../scripts/update_deps.py
cmake -C helper.cmake ..
cmake --build .

For 64-bit Windows, continue with:

..\scripts\update_deps.py --arch x64
cmake -A x64 -C helper.cmake ..
cmake --build .

For 32-bit Windows, continue with:

..\scripts\update_deps.py --arch Win32
cmake -A Win32 -C helper.cmake ..
cmake --build .

@Azaretdodo
Copy link
Author

I have ever do this and the 'cmake --build .' hapening no makefile

I have ever follow the advice for created a makefile finaly the command line for created the makefile doesn't work !

Thank you in advance to bring to myself a makefile,

Regards.

Azaretdodo.

@TonyBarbour
Copy link
Contributor

Do you have all of the prerequisite packages installed as specified in BUILD.md:
git build-essential libx11-xcb-dev libxkbcommon-dev libwayland-dev libxrandr-dev

@Azaretdodo
Copy link
Author

Azaretdodo commented May 13, 2020 via email

@Azaretdodo
Copy link
Author

Azaretdodo commented May 13, 2020 via email

@Azaretdodo
Copy link
Author

Azaretdodo commented May 14, 2020 via email

@Azaretdodo
Copy link
Author

Azaretdodo commented May 14, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants