User:AaronPeterson/build

    From KDE TechBase
    Revision as of 17:47, 3 August 2010 by AaronPeterson (talk | contribs) (Created page with '1. download the source 2. download .bashrc from website 3. use these paths: (default in the .bashrc if possible) tip, run konsole as your user then freedom Removal of moc file...')
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

    1. download the source 2. download .bashrc from website 3. use these paths:

    (default in the .bashrc if possible)

    tip, run konsole as your user then freedom

    Removal of moc files when prefixes change:

       for i in `find -name '*.moc'; do rm $i; done;
       for i in `find -name 'moc_*'; do rm $i; done;