-
Notifications
You must be signed in to change notification settings - Fork 163
SDK for Windows #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Windows is not supported, you could try with a virtual machine though. |
Please try to implement this on Windows as almost half of the world uses it. Looking forward for the release |
@leovarmak There are a few things we would need to change in order to make Emojicode work on Windows, like for instance the secure random generator. You could try to compile Emojicode in an environment like MinGW and see what needs to be fixed. |
I got the compiler and engine running on Windows this weekend. It has been a busy week, as soon as I get the chance I will review my code, commit it, and submit a pull request. |
@AlienHoboken We're going to release a beta release pretty soon, and it would be nice to know what's the state of things here. |
Is this still working? I'd be interested in having this work in Windows. What was needed to build it in windows? Just the mingw toolchain? |
You can run Emojicode in Bash on Ubuntu on Windows. I just installed it and compiled a few programs. No issues noticed, just like regular Linux. |
@moigagoo "Ubuntu on Windows" is that new thing Microsoft introduced into Windows 10, isn’t it? |
@idmean Yeah, exactly. Here's some info from Microsoft: https://msdn.microsoft.com/en-us/commandline/wsl/about |
@moigagoo That’s a really cool! If we could setup a guide on how to install/use Emojicode like that on Windows, that would be fantastic. Mind to share the steps you have taken? Was there anything special regarding the installation? |
It's literally the instructions from http://www.emojicode.org/docs/guides/#-magic-installation, without any modification. The only thing worth noticing is that I had to run |
Oops, I wasn't referring the issue, just trying to automate the build onto travis 😅 |
I tried wsl but it said "[1] 48 |
Hey @901238746 I'm using WSL for my Emojicoding nowadays so I'm sure we can get yours working. I'm assuming this is the output when you ran this command from the Magic Installation page?
You can separate this into separate commands by splitting it up wherever there is
Try running one line at a time until you get a failure. From the output you posted it doesn't seem to have gotten too far before it started failing (from the "No such file or directory" errors). If you can post just the first failing command and its output, I think I could help you get it working. |
ok ty |
it said "--2023-03-19 18:57:46-- https://github.com/emojicode/emojicode/releases/download/v1.0-beta.2/Emojicode-v1.0-beta.2-Linux-x86_64.tar.gz |
Hmm... I get a 404 when I click on that link. Let me look up the actual release URL. |
Found this on the releases page - give this a try: |
I would like to know where can I get the SDK for Windows OS so I can start working on Emojicode.
The text was updated successfully, but these errors were encountered: