1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Cannot download from github

Discussion in 'Help' started by Pie, Dec 28, 2016.

  1. Pie

    Pie Creeper

    Messages:
    2
    I managed to get pocketmine running properly, however I tried to run from src downloaded from github and it gave an error that the spl library cannot be found. It turns out that when I tried downloading the zip file, the folders such as spl and src are empty with no .php files when coming directly from github.
     
  2. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    I think you can just run this in the PMMP directory
    Code:
    git submodule update --init --recursive
    if not, just clone with the --recursive option to make sure you get the submodules too.
     
  3. Primus

    Primus Zombie Pigman

    Messages:
    749
    Awzaw likes this.
  4. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    Git works on Windows too: https://git-for-windows.github.io/

    The ZIP doesn't include submodules, if git isn't for you then you can download SPL and RakLib here:
    https://github.com/pmmp/RakLib
    https://github.com/pmmp/PocketMine-SPL

    and put them in their own directories, so you should have this structure within your PM directory, with pocketmine, spl and raklib folders within the src directory:

    plugins
    worlds
    src
    - pocketmine
    - spl
    - raklib
     
  5. Matthew

    Matthew Baby Zombie

    Messages:
    167
    GitHub:
    matthww
    You forgot the language files
     
  6. Junkdude

    Junkdude Zombie

    Messages:
    346
    GitHub:
    JunkDaCoder
    I just install it manually, harder but eh whatever
     
    Matthew likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.