The Racket repository
![]() A launcher can have a ".desktop" file (found like other files: as the same name as the main launcher file, but with a ".desktop" suffix), where the "Exec" and "Icon" fields are added automatically. A ".png" or ".ico" file can be supplied for the icon (where the ".ico" file is already used for Windows launchers). Closes PR 13953 Fix various problems with Unix-style install from an installer. Also, add an ugly icon for the Racket Package Manager, with the hope that it will provoke someone to create a nicer one. |
||
---|---|---|
native-pkgs@f367c0c4b0 | ||
pkgs | ||
racket | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.mailmap | ||
.travis.yml | ||
INSTALL.txt | ||
Makefile | ||
README.txt |
This is the source code for the main Racket distribution. See "INSTALL.txt" for information on building Racket. License ------- Racket Copyright (c) 2010-2013 PLT Design Inc. Racket is distributed under the GNU Lesser General Public License (LGPL). This means that you can link Racket into proprietary applications, provided you follow the rules stated in the LGPL. You can also modify Racket; if you distribute a modified version, you must distribute it under the terms of the LGPL, which in particular means that you must release the source code for the modified software. See doc/release-notes/COPYING_LESSER.txt for more information.