This file contains hidden or 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
| #!/usr/bin/env sh | |
| # Mount script for VeraCrypt volumes mounted from /etc/fstab | |
| # | |
| # Based on | |
| # http://en.gentoo-wiki.com/wiki/TrueCrypt#Mount_volume_via_fstab | |
| # | |
| # Copyright (c) 2011, Florian Rathgeber | |
| # This file is released under the | |
| # Creative Commons Attribution-Noncommercial-Share Alike 3.0 |
- Download Oracle Instant Client SDK, Basic-Lite
- TDM-GCC 64Bit Download
- pkg-config SO Thread
- pexports Download
- Extract instantclient into
C:\oracle\instantclient_12_1 - Install TDM-GCC into
C:\TDM-GCC-64
Skip retrives sysroot part.
sudo dnf -y groupinstall 'Development Tools'
sudo dnf -y install gcc-c++
sudo dnf -y install texinfo
export PREFIX=/opt/cross/



