MaD70

Results 16 comments of MaD70

@rxi: it seems that if one want both the coupling of Lua files to the executable and to adhere to Unix custom [the bundling suggested](https://github.com/rxi/lite/issues/82#issuecomment-626917860) by @sherief in #82 should...

@rxi another option is [Zero Install](http://0install.net/), which is [concisely described as](http://0install.net/tools/0install.xml): > … a decentralised cross-platform software installation system available under the LGPL. It allows software developers to publish programs...

This could be done (it's a suggestion for volunteers, I'm not saying the original author of `lite` must do it) with much less effort than what is being suggested here,...

@sherief: the approach you are suggesting is absolutely legit and tried and tested, see for example in the Tcl/Tk world [Starkits](https://wiki.tcl-lang.org/page/Starkit) and [Starpacks](https://wiki.tcl-lang.org/page/Starpack). Googling around I see that is somewhat...

I managed to statically link SDL2 in Lite. I'm on Windows 10 (64 bits) and I use [msys2](https://www.msys2.org/) to build (if I recall correctly, after installation a `pacman -S base-devel...

I compiled SDL2 (2.0.12) with LTO and linked statically to Lite with this small addition to `build.sh`: ```bash cflags="$cflags -fno-asynchronous-unwind-tables -fno-unwind-tables" ``` after the previous setting of `cflags` (see [my...

@sherief: for what it's worth, I would like that more people were sensible to human factors as you seem to be. But after all these years [the inmate are still...

As a curiosity I compiled SDL2 disabling most subsystems with the following script. `lite` went down to 979 KiB (1'003'008 bytes). In what follow **``** is the base directory where...

Hai configurato il browser secondo [le istruzioni fornite nel tutorial (diverse a seconda del browser che si vuole utilizzare)](https://idserver.servizicie.interno.gov.it/idp/tutorial/computer/lettoreusb/tutorial_win.jsp)?

Look into [Documentation directory](https://github.com/dataphor/Dataphor/tree/master/Documentation): - [Dataphor User’s Guide](https://github.com/dataphor/Dataphor/blob/master/Documentation/UsersGuide/UsersGuide.adoc) - [Dataphor Developer’s Guide](https://github.com/dataphor/Dataphor/blob/master/Documentation/DevelopersGuide/DevelopersGuide.adoc) - [Dataphor Reference](https://github.com/dataphor/Dataphor/blob/master/Documentation/DataphorReference/DataphorReference.adoc) Also there is the complete set in a single `pdf` document in directory [Legacy/Documentation](https://github.com/dataphor/Dataphor/tree/master/Legacy/Documentation) but...