- Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdownload.html
113 lines (113 loc) · 4.51 KB
/
download.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1">
<title>SmallBASIC | download</title>
<metaname="description" content="SmallBASIC | One more basic">
<linkrel="canonical" href="/download.html">
<linkrel="keywords" href="download">
<linkrel="stylesheet" href="/css/style.css">
<linkrel="icon" type="image/png" href="/images/sb-desktop-32x32.png">
<scriptsrc="/clipboard.js"></script>
</head>
<body>
<buttononclick="topFunction()" id="BackToTopBtn" title="Go to top">⯅</button>
<scriptsrc="/backtotop.js"></script>
<divclass="wrapAll clearfix">
<navclass="navigation">
<divclass="logo">
<ahref="/"><imgsrc='/images/sb-logo.png?v=2' alt="logo"></a>
</div>
<divclass="navlinks">
<aclass='active' href="/pages/download.html">Download</a>
<ahref="/pages/news.html">News</a>
<ahref="/pages/community.html">Community</a>
<ahref="/pages/articles.html">Resources</a>
<ahref="/pages/reference.html">Language Reference</a>
<ahref="/pages/guide.html">SmallBASIC Manual</a>
</div>
</nav>
<divclass="mainsection">
<divclass="tabs clearfix">
<divclass="tabsRight">
<atarget="_github" href="https://github.com/smallbasic/smallbasic.github.io/blob/master/_build/pages/download.markdown">Edit</a>
<atarget="_github" href="https://github.com/smallbasic/smallbasic.github.io/commits/master/_build/pages/download.markdown">History</a>
</div>
</div>
<divclass="article">
<h1id="download">Download</h1>
<h2id="emscripten">Emscripten</h2>
<ul>
<li><ahref="https://smallbasic.github.io/online/sbasic.html"
target="_blank">Online - 12.26</a></li>
<li><a
href="https://smallbasic.github.io/online/sbasic.html?fontSize=34"
target="_blank">Online - 12.26 - large font</a></li>
</ul>
<h2id="android">Android</h2>
<p><a
href="https://play.google.com/store/apps/details?id=net.sourceforge.smallbasic"
target="_blank">Google play</a></p>
<h2id="windows">Windows</h2>
<p><a
href="https://github.com/smallbasic/SmallBASIC/releases/download/12_27/smallbasic_12.27.zip"
target="_blank">12.27</a></p>
<h2id="linux">Linux</h2>
<ul>
<li><a
href="https://github.com/smallbasic/SmallBASIC/releases/download/12_27/SmallBASIC-SDL_12.27-x86_64.AppImage"
target="_blank">SDL 64 bit AppImage - 12.27</a></li>
<li><a
href="https://github.com/smallbasic/SmallBASIC/releases/download/12_27/SmallBASIC-FLTK_12.27-x86_64.AppImage"
target="_blank">FLTK 64 bit AppImage - 12.27</a></li>
<li><a
href="https://github.com/smallbasic/SmallBASIC/releases/download/12_27/SmallBASIC-Console_12.27-x86_64.AppImage"
target="_blank">Console 64 bit AppImage - 12.27</a></li>
<li><a
href="http://sourceforge.net/projects/smallbasic/files/Linux/0.12.9/smallbasic_0.12.9_i386.deb"
target="_blank">Ubuntu 32 bit - 0.12.9</a></li>
<li><a
href="http://sourceforge.net/projects/smallbasic/files/Linux/0.12.6/smallbasic_0.12.6_armhf.deb"
target="_blank">Raspberry PI - 0.12.6</a></li>
</ul>
<h2id="nokia-internet-tablet">Nokia Internet Tablet</h2>
<p><a
href="http://downloads.sourceforge.net/smallbasic/sbasic_0.9.7.2_armel.deb"
target="_blank">Nokia N770/N800</a></p>
<h2id="palmos">PalmOS</h2>
<p><a
href="http://downloads.sourceforge.net/smallbasic/SmallBASIC-PalmOS5-0.8.2b.zip"
target="_blank">PalmOS5</a></p>
<h2id="ebookman">eBookman</h2>
<p><a
href="http://downloads.sourceforge.net/smallbasic/SmallBASIC_ebm_092j.zip"
target="_blank">EBM</a></p>
<h2id="source-code">Source code</h2>
<p><a
href="https://github.com/smallbasic/SmallBASIC/releases/download/12_27/smallbasic-12.27.tar.gz"
target="_blank">12.27</a></p>
<h2id="other-releases">Other releases</h2>
<p><ahref="http://sourceforge.net/project/showfiles.php?group_id=22348"
target="_blank">SourceForge Project page</a></p>
<h2id="language-reference">Language Reference</h2>
<p><ahref="../reference/sbref.txt" target="_blank">Offline help
text</a></p>
<h2id="changelog">Changelog</h2>
<ul>
<li><ahref="/pages/changelog.html">Changelog</a></li>
<li><ahref="/pages/android_changelog.html">Android Changelog</a></li>
</ul>
</div>
<divclass="pagefooter">
This page was last edited on Thu, 20 Feb 2025 21:34:29 +0100
|
<ahref="https://en.wikipedia.org/wiki/Markdown" target="_blank" rel="nofollow">Markdown</a>
processed with
<ahref="https://pandoc.org/MANUAL.html#pandocs-markdown" target="_blank" rel="nofollow">pandoc 3.1.12.1</a>
</div>
</div>
</div>
</body>
</html>