-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
240fc1e
commit b9b6d3c
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
<h1 style="text-align: center;"> MetaCall </h1> | ||
<div style="text-align: center;"> | ||
<img src="https://imgur.com/d6617xs.png" alt="MetaCall" width="200" height="200"> | ||
</div> | ||
|
||
--- | ||
|
||
### What are distributables? | ||
|
||
A distributable, in software terms, refers to a package of compiled code that can be distributed and installed on various platforms or operating systems. This package often includes all the necessary files and dependencies needed for the software to run, such as executable files, libraries, configuration files, and sometimes documentation. | ||
|
||
--- | ||
|
||
### MetaCall Distributable | ||
|
||
In a project like MetaCall, which supports multiple operating systems, there are typically separate distributable packages for each platform. These packages ensure users on different systems can install and run MetaCall effortlessly. MetaCall distributables are self-contained and portable, making it easy to move and use MetaCall across various environments without requiring additional setup. | ||
|
||
#### Download Links | ||
- Windows Distributable: [Download for Windows](https://github.com/metacall/distributable-windows) <br> | ||
- Mac Distributable: [Download for Mac](https://github.com/metacall/distributable-macos) <br> | ||
- Linux Distributable: [Download for Linux](https://github.com/metacall/distributable-linux) <br> | ||
|
||
--- |