-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
217 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
{/* ------------------------------------------------------------------------ */} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Frequently Asked Questions about ninja-build | ||
description: Answers to previously asked questions, so you can find solutions without having to ask again. | ||
keywords: | ||
- xpack | ||
- ninja-build | ||
- frequently | ||
- asked | ||
- questions | ||
|
||
hide_table_of_contents: true | ||
|
||
date: 2020-07-21 17:49:00 +0300 | ||
|
||
--- | ||
|
||
import More from './_more.mdx' | ||
import NixOs from './_common/_nixos.mdx' | ||
import FlatpackSnap from './_common/_flatpack-snap.mdx' | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
# The xPack Ninja Build Frequently Asked Questions | ||
|
||
<More /> | ||
|
||
<NixOs /> | ||
|
||
<FlatpackSnap /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
import CodeBlock from '@theme/CodeBlock'; | ||
|
||
import customField from '@site/src/libs/customField'; | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
<CodeBlock language="console"> { | ||
`$ tree -L 2 ~/.local/xPacks/\@xpack-dev-tools/ninja-build/${customField('xpackVersion')}/.content/ | ||
/home/ilg/.local/xPacks/\@xpack-dev-tools/ninja-build/${customField('xpackVersion')}/.content/ | ||
├── README.md | ||
├── bin | ||
│ └── ninja | ||
└── distro-info | ||
└── licenses | ||
3 directories, 2 files | ||
`} </CodeBlock> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
import CodeBlock from '@theme/CodeBlock'; | ||
|
||
import customField from '@site/src/libs/customField'; | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
<CodeBlock language="console"> { | ||
`$ tree -L 2 ~/Library/xPacks/\@xpack-dev-tools/ninja-build/${customField('xpackVersion')}/.content/ | ||
/Users/ilg/Library/xPacks/\@xpack-dev-tools/ninja-build/${customField('xpackVersion')}/.content/ | ||
├── README.md | ||
├── bin | ||
│ └── ninja | ||
├── distro-info | ||
│ └── licenses | ||
└── libexec | ||
├── libc++.1.0.dylib | ||
├── libc++abi.1.0.dylib | ||
└── libunwind.1.0.dylib | ||
5 directories, 5 files | ||
`} </CodeBlock> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
import CodeBlock from '@theme/CodeBlock'; | ||
|
||
import customField from '@site/src/libs/customField'; | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
<CodeBlock language="console"> { | ||
`C:\> tree /f %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\ninja-build\\${customField('xpackVersion')}\\.content | ||
Folder PATH listing | ||
Volume serial number is B02D-925C | ||
├── README.md | ||
├── bin | ||
│ ├── libwinpthread-1.dll | ||
│ └── ninja.exe | ||
└── distro-info | ||
└── licenses | ||
3 directories, 3 files | ||
`} </CodeBlock> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.