At Sun, 25 Jan 2015 23:37:12 +0100, Jens Axel Søgaard wrote: > 2015-01-25 23:25 GMT+01:00 Catonano <caton...@gmail.com>: > > 2015-01-25 23:18 GMT+01:00 Jens Axel Søgaard <jensa...@soegaard.net>: > >> > >> 2015-01-25 23:09 GMT+01:00 Catonano <caton...@gmail.com>: > >> > How do I install metapict ? > >> > > >> > I tried through the package manager with the github repo url, but it > >> > claims > >> > that a MANIFEST file is missing. > >> > >> In the package manager in DrRacket paste this link: > >> > >> https://github.com/soegaard/metapict.git > > > > Thanks. This is the result > > > > .drracket-wrapped install: invalid package source; > > inferred package name includes disallowed characters > > given: https://github.com/soegaard/metapict.git > > Sorry. I forgot I am using a pre-release version that support direct > links to Github.
The current release supports direct GitHub references, but not with "https". For v6.1.1 and earlier, use the "git:" scheme like this: git://github.com/soegaard/metapict.git ____________________ Racket Users list: http://lists.racket-lang.org/users