Igalia / acacia

Library for inspecting accessibility APIs
https://igalia.github.io/acacia
GNU Lesser General Public License v2.1
8 stars 1 forks source link

Rename to "Acacia" code changes #183

Closed spectranaut closed 7 months ago

spectranaut commented 7 months ago

This does the following:

I tested on linux and mac -- but not windows! @joanmarie, can you pull and confirm you can run on windows? Note that the flags have been updated to not use "AXA", so you have to run: cmake -DCMAKE_BUILD_TYPE=Release -DACACIA_PYTHON=ON -DACACIA_NODEJS=ON .. -G "Ninja" --fresh

bkardell commented 7 months ago

8lg81b

alice commented 7 months ago

I couldn't fully build on Windows because it required me to update Visual Studio and for some reason the VM is downloading it incredibly slowly. I did find the issue above with ia2_inspect.i not having been renamed despite being renamed in the CMakeLists.txt file, but I couldn't do a full build to find any other issues.