Adding prerequisites for installation.
This commit is contained in:
parent
1fe6a8f548
commit
f365b3529e
@ -60,7 +60,10 @@ MiniDocs class >> installYamlToJson [
|
|||||||
"For the moment, only Gnu/Linux and Mac are supported.
|
"For the moment, only Gnu/Linux and Mac are supported.
|
||||||
IMPORTANT: Nimble, Nim's package manager should be installed, as this process doesn't verify its proper installation."
|
IMPORTANT: Nimble, Nim's package manager should be installed, as this process doesn't verify its proper installation."
|
||||||
self yamlToJsonBinary exists ifTrue: [ ^ MiniDocs appFolder ].
|
self yamlToJsonBinary exists ifTrue: [ ^ MiniDocs appFolder ].
|
||||||
Nimble install: 'commandeer'.
|
Nimble
|
||||||
|
install: 'yaml';
|
||||||
|
install: 'json';
|
||||||
|
install: 'commandeer'.
|
||||||
OSSUnixSubprocess new
|
OSSUnixSubprocess new
|
||||||
command: 'nim';
|
command: 'nim';
|
||||||
arguments: {'c'. self yamlToJsonSourceCode fullName};
|
arguments: {'c'. self yamlToJsonSourceCode fullName};
|
||||||
|
Loading…
Reference in New Issue
Block a user