mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 17:36:42 +00:00
Merge branch 'master' of https://github.com/nasa/trick
This commit is contained in:
commit
732b77b747
@ -183,7 +183,7 @@ xcode-select --install
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# bash
|
# bash
|
||||||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Install the remaining dependencies. Currently llvm 12 with homebrew is not supported, so we need to treat it specially by installing v11 and configuring trick to use it. Also when installing java (defaults to openjdk) with homebrew, we need to add it to our path.
|
4. Install the remaining dependencies. Currently llvm 12 with homebrew is not supported, so we need to treat it specially by installing v11 and configuring trick to use it. Also when installing java (defaults to openjdk) with homebrew, we need to add it to our path.
|
||||||
|
@ -134,8 +134,6 @@ namespace Trick {
|
|||||||
*/
|
*/
|
||||||
int set_safestore_enabled(bool yes_no) ;
|
int set_safestore_enabled(bool yes_no) ;
|
||||||
|
|
||||||
/**
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@brief @userdesc Command to get the name of the checkpoint dump file.
|
@brief @userdesc Command to get the name of the checkpoint dump file.
|
||||||
@par Python Usage:
|
@par Python Usage:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user