Changes between Version 2 and Version 3 of gr/Development


Ignore:
Timestamp:
Dec 6, 2020, 11:36:46 PM (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gr/Development

    v2 v3  
    1 ----
    2 '''11 Development''' [=#point11] ([wiki:Wiki#point0 Contents]) ([WikiStart#point0 Main page])
    3 ----
    4 
    5 === Plugins Building ===
    6 
    7 '''Preparation'''
    8 
    9 In the current tdt git http://gitorious.org/open-duckbox-project-sh4 you can now build TitanNit plugins.
    10 I have installed 2 plugins that are intended to serve as an example. One can then download and unzip this locally and build your own plugins.
    11 
    12 With a fresh clone of the git
    13 
    14 {{{
    15 make yaud-enigma2-nightly
    16 }}}
    17 
    18 after it completes, then
    19 
    20 {{{
    21 make titanium-plugins
    22 }}}
    23 
    24 [[br]]