action #70507
closed
- Description updated (diff)
- Status changed from New to Workable
- Estimated time set to 5.00 h
- Assignee set to JERiveraMoya
- Status changed from Workable to In Progress
- Status changed from In Progress to Feedback
- Status changed from Feedback to Resolved
In case it could be of some help (when not using Tumbleweed), I needed a the following packages to make it work in Leap 15.2:
make -f Makefile.cvs
zypper in cmake
zypper in libyui-devel
zypper addrepo https://download.opensuse.org/repositories/devel:libraries:c_c++/openSUSE_Leap_15.2/devel:libraries:c_c++.repo
zypper refresh
zypper install jsoncpp
make -C build/ install
zypper ar https://download.opensuse.org/repositories/YaST:/Head/openSUSE_Leap_15.2/YaST:Head.repo
zypper ref
zypper in libyui-qt13
sudo zypper dup --allow-vendor-change --from YaST_Head
sudo zypper rm libyui11
zypper in yast2-ycp-ui-bindings-devel
git clone https://github.com/libyui/libyui-ncurses-rest-api
git clone https://github.com/libyui/libyui-qt-rest-api
zypper in libQt5Core-devel
zypper in libQt5Gui-devel
zypper in libQt5Widgets-devel
zypper in libQt5Svg-devel
zypper in libqt5-qtx11extras-devel
zypper in libyui-qt libyui-qt-devel
su -c /bin/sh -c 'YUI_HTTP_PORT=9999 /sbin/yast2 examples/DateField1.rb --qt
su -c /bin/sh -c 'YUI_HTTP_PORT=9999 /sbin/yast2 examples/DateField1.rb --ncurses
Also available in: Atom
PDF