diff options
-rwxr-xr-x | Ubuntu/install-nghdl.sh | 8 | ||||
-rw-r--r-- | Windows/NSISplugins/ZipDLL.zip (renamed from Windows/NSISplugins/ZipDLL (1).zip) | bin | 379356 -> 379356 bytes | |||
-rw-r--r-- | Windows/README.md | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Ubuntu/install-nghdl.sh b/Ubuntu/install-nghdl.sh index 84f0cc8..2c6bbdf 100755 --- a/Ubuntu/install-nghdl.sh +++ b/Ubuntu/install-nghdl.sh @@ -54,7 +54,7 @@ function installDependency sudo apt install -y llvm-${llvm_version} llvm-${llvm_version}-dev echo "Installing Clang.........................................." - sudo apt-get install -y clang + sudo apt install -y clang echo "Installing Zlib1g-dev....................................." sudo apt install -y zlib1g-dev @@ -72,11 +72,11 @@ function installDependency sudo apt install -y libxaw7-dev - echo "Installing $verilator dependencies........................" - if [[ -n "$(which apt-get 2> /dev/null)" ]] + echo "Installing dependencies for $verilator...................." + if [[ -n "$(which apt 2> /dev/null)" ]] then # Ubuntu - sudo apt-get install make autoconf g++ flex bison + sudo apt install -y make autoconf g++ flex bison else [[ -n "$(which yum 2> /dev/null)" ]] # Ubuntu sudo yum install make autoconf flex bison which -y diff --git a/Windows/NSISplugins/ZipDLL (1).zip b/Windows/NSISplugins/ZipDLL.zip Binary files differindex f5c4fc0..f5c4fc0 100644 --- a/Windows/NSISplugins/ZipDLL (1).zip +++ b/Windows/NSISplugins/ZipDLL.zip diff --git a/Windows/README.md b/Windows/README.md index dd84f6d..5a48e87 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -1,7 +1,7 @@ NGHDL Installer (Windows OS)
====
-It contains all the documentation for making NGHDL executable (using PyInstaller) and packging NGHDL for Windows 7 and above.
+It contains all the documentation for making NGHDL executable (using PyInstaller) and packging NGHDL for Windows 8 and above.
> Note: Do not develop NGHDL on Windows OS. Work only with `installers` branch on Windows OS and do development on Linux OS.
> Reference : https://stackoverflow.com/questions/37672886/cannot-get-rid-of-unstaged-files-in-git-on-my-local
|