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

how can I build and install it? #119

Closed
sc0rp10n-py opened this issue Feb 4, 2024 · 1 comment
Closed

how can I build and install it? #119

sc0rp10n-py opened this issue Feb 4, 2024 · 1 comment

Comments

@sc0rp10n-py
Copy link

I can't find instructions to use this.

I want to compile this repo and there I get this error

-- Could NOT find LibBacktrace (missing: LIBBACKTRACE_INCLUDE_DIR LIBBACKTRACE_LIBRARY) 
CMake Error at Source/cmake/OptionsGTK.cmake:425 (message):
  libbacktrace is required for USE_LIBBACKTRACE
Call Stack (most recent call first):
  Source/cmake/WebKitCommon.cmake:237 (include)
  CMakeLists.txt:21 (include)

so I have confirmed that they are using this libbacktrace package only

but here in I can't find any instructions to use this, can you help please @ianlancetaylor

please give commands for make, cmake, ninja, etc.

@sc0rp10n-py
Copy link
Author

found it

for anyone who comes and face this later on follow this

git clone https://github.com/ianlancetaylor/libbacktrace.git
cd libbacktrace 
mkdir build 
cd build 
./configure 
sudo make 
sudo make install

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

1 participant