Page 1 of 1

Build micropython for Ubuntu Desktop

Posted: Wed Oct 22, 2014 9:58 am
by tarun2121
Hello all
I want to build micropython for Ubuntu desktop. I have downloaded the source code. Now which package i need to build the solution?

-tarun

Re: Build micropython for Ubuntu Desktop

Posted: Wed Oct 22, 2014 2:11 pm
by blmorris
I think that my answer to this question this question may help here also.
-Bryan

Re: Build micropython for Ubuntu Desktop

Posted: Wed Oct 22, 2014 2:18 pm
by Turbinenreiter
open terminal

cd whatever/micropython/unix
make
sudo make install

done