Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Jun 25, 2021
1 parent 97753d6 commit 28fb9ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It can either produce native executables, or native shared libraries that can be

## 🥁 Where to get bflat

Look at the Releases tab of this repo and download a compiler that matches your host system. These are all crosscompilers and can target any of the supported OSes/architectures.
Look at the [Releases tab](https://github.com/MichalStrehovsky/bflat/releases) of this repo and download a compiler that matches your host system. These are all crosscompilers and can target any of the supported OSes/architectures.

Unzip the archive to a convenient location and add the root to your PATH. You're all set. See the samples directory for a couple samples.

Expand Down Expand Up @@ -103,7 +103,7 @@ Apps compiled with bflat debug same as any other native code. Launch the produce

## 😢 Current known issues

* #3 - Things that depend on libssl don't work on Linux - this includes a lot of crypto. We need to link to libssl statically but the framework code is structured very much against that. Needs a bit work.
* #3 - Globalization is uncondionally disabled on Linux - we need to link with ICU. Needs a bit work.
* #4 - No Linux host of the bflat compiler. This is unforunate fallout from libssl. Apparently the C# compiler insists on calculating SHA hashes of files and we need a working libssl for that.
* #5 - Can't build shared libraries for Linux.
* MichalStrehovsky/bflat#3 - Things that depend on libssl don't work on Linux - this includes a lot of crypto. We need to link to libssl statically but the framework code is structured very much against that. Needs a bit work.
* MichalStrehovsky/bflat#3 - Globalization is uncondionally disabled on Linux - we need to link with ICU. Needs a bit work.
* MichalStrehovsky/bflat#4 - No Linux host of the bflat compiler. This is unforunate fallout from libssl. Apparently the C# compiler insists on calculating SHA hashes of files and we need a working libssl for that.
* MichalStrehovsky/bflat#5 - Can't build shared libraries for Linux.

0 comments on commit 28fb9ab

Please sign in to comment.