-
Notifications
You must be signed in to change notification settings - Fork 0
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
Build Kicker from KDE3 inside KDE4 #4
Comments
|
Я тут ещё разок подумал на эту тему. И пришёл к выводу, что подход "вширь" здесь не совсем подходит. Здесь нужен подход "вглубь". По крайней мере, начинать надо с него. Что это означает? Мы делаем маленький, но компилирующийся и работающий стаб. Затем по-маленьку накидываем туда классы из кикера, параллельно решая все зависимости и каждый раз добиваясь компиляции и безотказной работы. Итак, вот примерный план работы:
|
Get kicker from here:
svn://anonsvn.kde.org/home/kde/tags/KDE/3.5.10/kdebase/kicker
Put Kicker nearby Plasma. Try to compile it like Plasma is compiled. You will see a lot of unresolved dependencies which you need to port into KDE4-style.
The text was updated successfully, but these errors were encountered: