mgp25

Results 24 comments of mgp25

@ghostop14 the thing is `ldconfig` command doesn't exist in macOS. So far i found `sudo update_dyld_shared_cache` but it didn't work. Install project log: ``` Install the project... -- Install configuration:...

Hello @ghostop14, I have a very easy solution to that: ``` cmake -DCMAKE_INSTALL_PREFIX=/opt/local ../ ``` After that, you can simply do `make` and `make install` and will work perfectly. Regards

| **OS** | **Version** | |--------|---------------| | MacOS | Catalina 10.15.4 | Hello, Not sure if related but I am facing a similar issue with SigDigger, and it is not...

Hello @BatchDrake, Everything went almost flawlessly but indeed worked! There is a little thing that needs to be updated to avoid some issues. Currently, the `./dist-dmg.sh` script clones develop branches...