Skip to content

Instantly share code, notes, and snippets.

@jsfan3
Created January 2, 2020 08:58
Show Gist options
  • Save jsfan3/74b4ccb812d374903062e2585fd1ee87 to your computer and use it in GitHub Desktop.
Save jsfan3/74b4ccb812d374903062e2585fd1ee87 to your computer and use it in GitHub Desktop.
Download CN1 sources in Linux
#!/bin/bash
rm -fR cn1-binaries CodenameOne codenameone-skins
git clone https://github.com/codenameone/CodenameOne
cd CodenameOne && ant javase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment