Ok, looks like at least 2 people feel strongly about this, and I see their point. I created
https://github.com/emscripten-ports as a github org where we can put repos of ports like SDL2. The next question is how to automate the process for people to get those projects. One option is to write a new package manager tool, another that came up in a talk today with Jukka and Sathya was to use the existing emsdk tool. That seems simpler, so worth trying. We should still not make it a requirement to use the sdk, though, should be clear instructions to build manually as well. - Alon On Wed, Jul 9, 2014 at 4:17 AM, Jukka Jylänki <[email protected]> wrote: > I would recommend we don't copy SDL2 source tree to Emscripten repository, > because we will lose history, and we'll become detached of SDL2 updates. > Instead, I'd recommend we write a script that git > clones+pulls+checkouts+builds the SDL2 repository from a known good > fork+branch. This gives an easy update path for each developer, but also > keeps it simple (run one script at first setup) if people just want the > latest master. > > > 2014-07-09 7:20 GMT+03:00 Mark Callow <[email protected]>: > > On 08/07/2014 23:18, Jukka Jylänki wrote: >> >> >> I would recommend going for option 1), because CMake is a better >> cross-platform configure tool than configure. >> >> Sathya, >> >> Will you modify SDL's cmake files so they can be used to configure >> Emscripten builds? >> >> Regards >> >> -Mark >> -- >> 注意:この電子メールには、株式会社エイチアイの機密情報が含まれている場合が有ります。正式なメール受信者では無い場合はメール複製、 >> 再配信または情報の使用を固く禁じております。エラー、手違いでこのメールを受け取られましたら削除を行い配信者にご連絡をお願いいたし ます. >> >> NOTE: This electronic mail message may contain confidential and >> privileged information from HI Corporation. If you are not the intended >> recipient, any disclosure, photocopying, distribution or use of the >> contents of the received information is prohibited. If you have received >> this e-mail in error, please notify the sender immediately and permanently >> delete this message and all related copies. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "emscripten-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
