Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
blocks:drivers:tools [2022-12-22 16:17]
admin typo
blocks:drivers:tools [2024-03-14 13:04] (current)
mattias [Install the Scripts]
Line 2: Line 2:
 This describes the recommended toolset for development. Other editors and IDEs may work as well (including [[blocks:drivers:tools-atom|Atom]], which we recommend until it was [[https://github.blog/2022-06-08-sunsetting-atom/|discontinued]]), but this is probably the best way to get up and running. This describes the recommended toolset for development. Other editors and IDEs may work as well (including [[blocks:drivers:tools-atom|Atom]], which we recommend until it was [[https://github.blog/2022-06-08-sunsetting-atom/|discontinued]]), but this is probably the best way to get up and running.
  
-NOTE: The instructions below assume you have a working internet connection.+:!: **NOTE**: The instructions below assume you have a working internet connection.
  
 ==== Install Visual Studio Code ==== ==== Install Visual Studio Code ====
Line 38: Line 38:
 ==== Install the Scripts ==== ==== Install the Scripts ====
  
-Download the [[https://github.com/pixilab/blocks-script|Blocks scripting]] github repo as a ZIP file and unpack it into your //script// directory. This is located inside PIXILAB-Blocks-root in your home directory (assuming Blocks has been installed and used on this computer).+Download the [[https://github.com/pixilab/blocks-script|Blocks scripting]] github repo as a ZIP file. This is done from a menu opened  with the green //code// button.
  
-:!: If you already have some of the files or directories matching those obtained from github on your computer, you need to merge the files with the existing ones, replacing any conflicting files as appropriate.+{{:blocks:drivers:tools:github_code_btn.png?300|}} 
 + 
 +Decompress the zip file. 
 +:!: Please make a security copy of the script directory before installing or updating this directory. The //script// directory is located inside PIXILAB-Blocks-root in your home directory.  
 +Normally any files in there should be overwritten by the new updated ones. 
  
 Once this is done, your PIXILAB-Blocks-root/script directory should contain at least the following items Once this is done, your PIXILAB-Blocks-root/script directory should contain at least the following items
Line 53: Line 57:
 </code> </code>
  
-The first three items shown above are directories, containing the files obtained from github. They may contain additional filesif you had driver or other scripts installed before.+The first three items shown above are directories, containing the files obtained from github. They may contain additional files and directories if you had driver or other scripts installed before
 + 
 +:!: Please note that files made available to Blocks, which means files copied from the archive i.e drivers-archive to drivers is not updated automatically, such files must be copied from the archive to the activate directory manually. Currently that applies to user, driver, and feed directories.
  
 ==== Running VSCode for the First Time ==== ==== Running VSCode for the First Time ====