-
Notifications
You must be signed in to change notification settings - Fork 25
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
xgettext not installed and noob question. #56
Comments
so with a quick google search i found that when i was running apt-get install xgettext I was getting a return of no packages found because the name of the package is just gettext. a quick run of apt-get install gettext fixed my issue and my other question was answered for me. |
Many thanks for opening this ticket and putting forward this solution. Gettext is present by default on Elementary OS and Ubuntu so I never discover this dependency. What distro are you on? I will keep this ticket open to remind me to mention gettext as a dependency for installation. |
I am using the most recent distribution of kali linux. |
same issue |
i am getting an error telling me xgettext is not installed and i am a bit confused as to what "meson build --prefix=/usr" means. mostly the "--prefix=/usr" Is this a line i must edit to my own computer or is this simply telling the code/computer to install into the "usr" folder.
this is the error im getting
po/meson.build:1:5: ERROR: Can not do gettext because xgettext is not installed.
thanks in advance.
The text was updated successfully, but these errors were encountered: