https://github.com/emmanuelp/root-test
https://github.com/emmanuelp/root-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuelp/root-test
- Owner: EmmanuelP
- Created: 2024-02-08T15:12:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T18:40:09.000Z (over 2 years ago)
- Last Synced: 2025-02-21T17:17:53.597Z (over 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
```
meson setup build
cd build
meson configure --prefix="${INSTALL_DIR}"
ninja
ninja install
```
# Run the test app
```
${INSTALL_DIR}/bin/testapp
```
Callbacks are not called
# Using root
```
Sources/root-context-menu/build on main took 1m36s ❯ root
------------------------------------------------------------------
| Welcome to ROOT 6.30/02 https://root.cern |
| (c) 1995-2023, The ROOT Team; conception: R. Brun, F. Rademakers |
| Built for linuxx8664gcc on Jan 25 2024, 06:53:38 |
| From heads/master@tags/v6-30-02 |
| With c++ (GCC) 13.2.1 20231205 (Red Hat 13.2.1-6) |
| Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q' |
------------------------------------------------------------------
root [0] gSystem->Load("/home/pacaud/Sources/INSTALL-root-test/lib64/libtestlib.so");
root [1] .L ../test.cc
root [2] customContextMenu()
Info in : created default TCanvas with name c1
root [3] URZoomAllXAsLast 22ccc40
```
It works