Skip to content

Experiment at building a minimal repo for development of standalone Mojo apps.

Notifications You must be signed in to change notification settings

aaapei/mojo-standalone

Repository files navigation

mojo-standalone

Experiment at building a minimal repo for development of standalone Mojo apps.

To see it in action, do the following on a Linux64 machine (note: nothing will work on any other OS):

$ git clone git clone https://github.com/colinblundell/mojo-standalone.git mojo_sdk
$ cd mojo_sdk
$ ./build/install-build-deps.sh

At this point you should be ready to go forward, although I must warn you that that the script for installing build deps doesn't have any error checking.

You can run one of the supported examples:

$ ./run_example.sh echo
$ ./run_example.sh apptest

or build the entire public SDK:

$ ./buildtools/gn out/Debug
$ ./buildtools/ninja -C out/Debug

About

Experiment at building a minimal repo for development of standalone Mojo apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 44.7%
  • Python 24.4%
  • C 11.5%
  • Java 11.2%
  • JavaScript 6.9%
  • Go 1.1%
  • Shell 0.2%