Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing #3

Open
Tatalebuj opened this issue Jan 4, 2024 · 3 comments
Open

Missing #3

Tatalebuj opened this issue Jan 4, 2024 · 3 comments

Comments

@Tatalebuj
Copy link

I'm hitting a snag trying to install and run this, and I'm hoping it's just something obvious that I'm missing. When I attempt to run the CMAKE commands to build the directory, there's a call out to a file that doesn't seem to exist. As the file is supposed to be in live2d/core, I'm assuming it was supposed to be either part of Live2D Cubism SDK for Native download or downloaded from somewhere else. Any ideas where I might find that file?

Here's the error:
D:\XX\X\Live2LOVE>cmake -T v120 -H. -Bbuild -DBUILD_SHARED_LIBS=1
-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- The C compiler identification is MSVC 18.0.21005.1
-- The CXX compiler identification is MSVC 18.0.21005.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/amd64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/amd64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:32 (add_subdirectory):
The source directory

D:/XX/X/Live2LOVE/live2d/Core

does not contain a CMakeLists.txt file.

-- Selected Live2D Core MSVC ver: 120 (x86_64)
-- Configuring incomplete, errors occurred!

@MikuAuahDark
Copy link
Owner

MikuAuahDark commented Jan 6, 2024

Live2D Cubism Core v4 no longer provides CMake file but at same time I'm no longer maintaining this project. Please see #2.

@Tatalebuj
Copy link
Author

Live2D Cubism Core v4 no longer provides CMake file but at same time I'm no longer maintaining this project. Please see #2.

Thank you so much for taking the time to respond, and for your work on this project. Good luck!

@RW21
Copy link

RW21 commented Jan 14, 2024

@Tatalebuj I have a fork (which I might merge it here later) working for macos. I plan to support Windows and Linux in the future.
https://github.com/RW21/Live2LOVE

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

No branches or pull requests

3 participants