-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
How to install yad #741
Comments
You don't need all those &&, that's maybe something you would do outside of a port, but not in a port.
git clone https://github.com/step-/yad.git yad_gtk2
cd yad_gtk2
git checkout maintain-gtk2
autoreconf -ivf
intltoolize
./configure --prefix=/usr --sysconfdir=/etc --enable-shared --disable-static
make
make install DESTDIR="$PKG"
|
Thx. Package successfully installed. |
Found here about command mkrepackage "package_name", and got my package installed successfully during ./build process. |
mkrepackage yadThen add package yad To build.conf
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I need help with adding port of "Yet Another Dialog" for gtk-2 https://github.com/step-/yad , but getting error on install =(
Help, please.
Pgkrfile:
Error:
What dirrectory it can't stat?
The text was updated successfully, but these errors were encountered: