-
Notifications
You must be signed in to change notification settings - Fork 569
Open
Description
Hi,
I was following your README.md instructions on how to build the app on Linux and I ran into two errors:
Link-Time Error
Claude "The Magnificent AI" suggested adding it using:
cd ~/projects/Aegisub
rm -rf build
sed -i "s/boost_modules = \['chrono', 'thread', 'locale'\]/boost_modules = ['chrono', 'thread', 'locale', 'regex']/" meson.build
meson setup build
I know this is not what you need to do to your project, but I just want to let you know how to find the issue.
Boost Error
Also, as I was trying to compile the first time, I ran into an error regarding not finding Boost. So I added it manually:
sudo apt -y install libboost-all-dev
I really did not dig into all the details. It may be that you are only missing one Boost sub-module. I'll let you discover that.
But, the point is, I think you need to update your initial sudo apt install ... instructions in the README.me
Hope This Helps.
srappan
Metadata
Metadata
Assignees
Labels
No labels