Results 1 to 4 of 4

Thread: OScam recompile to stable version 1.00?

  1. #1
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    51
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    273
    Reputation
    2411

    Default OScam recompile to stable version 1.00?

    Hey everyone,

    Need a little help recompiling OScam to the last stable version 1.00.

    To recompile to the latest testing SVN version, I just do the following:

    cd /usr/local/bin/
    svn co http://streamboard.gmc.to/svn/oscam/trunk oscam-svn
    cd /usr/local/bin/oscam-svn/build-x86
    cmake -DWEBIF=1 ..
    make
    pkill oscam
    cp oscam /usr/bin

    Done it a hundred times, no problems at all.

    But when I download the stable version 1.00, svn co -r 3146 http://streamboard.gmc.to/svn/oscam/tags/1.00 oscam-1.00 , there is no build-x86 sub directory in the oscam-1.00 directory, so I have no idea what to do from there?

    Any help would be appreciated.

    Thanks Dave.

    PS. The post would make a lot more sense if I could stop the forum software from adding the [url] tags.
    Last edited by Dave001; 14-01-11 at 10:21 AM.



Look Here ->
  • #2
    Super Moderator
    Fernbay's Avatar
    Join Date
    Jan 2008
    Location
    Newcastle
    Posts
    4,684
    Thanks
    1,515
    Thanked 3,458 Times in 1,141 Posts
    Rep Power
    670
    Reputation
    15830

    Default

    Quote Originally Posted by Dave001 View Post
    PS. The post would make a lot more sense if I could stop the forum software from adding the [url] tags.
    When posting, use Advanced mode, or 'preview post', then
    In 'Miscellaneous Options'
    Uncheck 'Automatically parse links in text'
    Reality is an invention of my imagination.
    ಠ_ಠ

  • #3
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    51
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    273
    Reputation
    2411

    Default

    Quote Originally Posted by Fernbay View Post
    When posting, use Advanced mode, or 'preview post', then
    In 'Miscellaneous Options'
    Uncheck 'Automatically parse links in text'
    Thanks mate.

  • #4
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    51
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    273
    Reputation
    2411

    Default

    OK, come back to it today and noticed straight away where I stuffed up, I needed to create the build-x86 subdirectory before running cmake.

    cd /usr/local/bin/
    svn co -r 3146 http://streamboard.gmc.to/svn/oscam/tags/1.00 oscam-1.00
    cd /usr/local/bin/oscam-1.00/
    mkdir build-x86
    cd /usr/local/bin/oscam-1.00/build-x86
    cmake -DWEBIF=1 ..
    make

    pkill oscam

    cp oscam /usr/bin

  • The Following User Says Thank You to Dave001 For This Useful Post:

    Fernbay (14-01-11)

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •